spotSubcontracting.trip.updated
Returns all information when you perform a “Get trip” datahub API call.
Example of trip.updated message
{
"eventBatchId": "2044453d-a6d1-4884-a1ae-66d8a8459923",
"eventSubscriptionId": "5b4c04e2-a027-4da6-8fe0-28bf268a6326",
"eventBatchTime": "2024-07-09T11:11:14.4534686Z",
"eventsData": [
{
"eventType": "spotSubcontracting.trip.updated",
"eventVersion": 1,
"eventData": {
"trip": {
"id": "22c30edc-e9cf-4ee5-af1c-e7984062bf24",
"organizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
"status": "created",
"name": "this is an ecmr trip",
"ecmrData": {
"ecmrs": [
{
"status": "created",
"orders": [
{
"comment": "order 1",
"weight": 1000
},
{
"comment": "order 2",
"weight": 2000
}
],
"id": "1148e183-7034-4cab-8820-832ef1447c00",
"externalId": "Test_e0d77f5d-6b55-4c1b-b8a9-6ff04a905ee6",
"feedbackType": "all"
}
]
},
"missions": [
{
"id": "aa9a1504-ffff-452a-9d26-1d0f995f0033",
"address": "",
"place": {
"name": "name 1",
"address": {
"addressLine": "addressline 1",
"city": "city 1",
"postalCode": "1000",
"country": "BE"
}
},
"action": "loading",
"ecmr": {
"externalId": "Test_e0d77f5d-6b55-4c1b-b8a9-6ff04a905ee6"
},
"driverInfo": "Driver Info 1",
"executionTime": "2024-07-09T12:00:57.583Z",
"signatures": [],
"feedback": [
{
"kind": "arrival",
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"id": "94be7562-1dec-42bf-b84d-77d9e0524238",
"serverTime": null
},
{
"kind": "finish",
"comment": null,
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"files": [],
"id": "9c144863-ca7e-4c10-859c-b0667703f906",
"serverTime": null
}
]
},
{
"id": "e0a277ac-f182-45b1-8549-eee2c4f8cae1",
"address": "",
"place": {
"name": "name 2",
"address": {
"addressLine": "addressline 2",
"city": "city 2",
"postalCode": "1100",
"country": "BE"
}
},
"action": "unloading",
"ecmr": {
"externalId": "Test_e0d77f5d-6b55-4c1b-b8a9-6ff04a905ee6"
},
"driverInfo": "Driver Info 2",
"executionTime": "2024-07-09T13:00:57.583Z",
"signatures": [],
"feedback": [
{
"kind": "arrival",
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"id": "955d69e4-3691-4279-b008-9556f3bbf7f3",
"serverTime": null
},
{
"kind": "finish",
"comment": null,
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"files": [],
"id": "049abf8b-1e82-4fb0-98c8-c4a832aae3c3",
"serverTime": null
}
]
},
{
"id": "53e0eb3d-5126-4eca-a645-dcb40ff1070f",
"address": "",
"place": {
"name": "Another name 2",
"address": {
"addressLine": "Another addressline 2",
"city": "city 2",
"postalCode": "1100",
"country": "BE"
}
},
"action": "unloading",
"driverInfo": "Driver Info 2",
"executionTime": "2024-07-09T13:00:57.583Z",
"signatures": [],
"feedback": [
{
"kind": "arrival",
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"id": "4ff7c394-3603-42b8-ab74-1f5e0449e831",
"serverTime": null
},
{
"kind": "finish",
"comment": null,
"location": {
"x": 0,
"y": 0,
"validity": "invalid"
},
"files": [],
"id": "7cc35edf-aeb2-4d8b-94f0-9e84a5e4b3b6",
"serverTime": null
}
]
}
]
},
"organizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
"registeredOn": "2024-07-09T11:11:13.8897091Z",
"eventId": "2f7487ec-5a8b-455a-8be2-54a45b110bc6",
"occurredOn": "2024-07-09T11:11:13.8897091Z"
}
}
]
}
Updated 9 days ago