This webhook will be called when a driver have pressed Drive now button on a Load hub.
{
"webhookId": "641d0bd2f220460080bc8b0f",
"name": "startTrip",
"sent": "2023-03-23T17:32:50.410Z",
"data": [
{
"orderId": "6407c1bda5c68e022b5abf3a",
"orderNumber": "TEST-ORDER-1",
"requisition": "TEST-ORDER-1-REQUISITION",
"tntKey": "dccd286c-8a17-4729-a499-6934d46930c1",
"vehicleId": "5e1ddf5052f3b0002f18af81",
"taskListId": "64998a85ce9d5d00c7d7cd7d",
"companyName": "Company",
"attention": "Att.",
"phone": {
"number": 12345678,
"prefix": 45
},
"type": "destination",
"eta": "2023-03-23T17:38:47.274Z",
"taskDate": "2023-03-23T00:00:00.000Z"
}
]
}
The data contains:
orderId | The id of the order |
orderNumber | The orderNumber of the order. Can be empty if not set |
requisition | The requisition number for the order. Can be empty if not set |
tntKey | The key to be used for the Track & Trace link |
vehicleId | The id of the vehicle that handle the order |
taskListId | The id of the task list the order is on |
companyName | The name of the company the driver will go to. Can be empty if not set |
attention | The attention for a person at the place the driver will go to. Can be empty if not set |
phone | The phone number for the place the driver will go to. The object can in some situation not be there if the phone number isn't set |
type | Describe if it's the origin or the destination of the order the driver will go to |
eta | The estimated time of arrival |
taskDate | The date of the task list the order have been added on |