spotSubcontracting.mission.finished
Contains all information required to identify the mission the driver marked as “Finished”, similar as the mission.arrived mission.
The feedback parameters are the same as if you would do a Get trip.
Remark that in the case of signatures and files, the message contains the IDs to be able to fetch the content (doing another datahub API call), it’s not the content itself.
Example of mission.finished message
{
"eventBatchId": "8afeeb54-5df6-4446-acf9-caaa274c9647",
"eventSubscriptionId": "5b4c04e2-a027-4da6-8fe0-28bf268a6326",
"eventBatchTime": "2024-07-09T11:23:24.4613080Z",
"eventsData": [
{
"eventType": "spotSubcontracting.mission.finished",
"eventVersion": 1,
"eventData": {
"comment": "",
"weight": 444,
"files": [
{
"fileId": "e96fd3da-76b0-4b43-bca5-a643091d138a",
"fileName": "emile-seguin-R9OueKOtGGU-unsplash.jpg",
"contentType": "image/jpeg",
"virusDetected": false
},
{
"fileId": "3525675e-4651-4f4e-96d3-08cee4c8b639",
"fileName": "TX-A 070 B.pdf",
"contentType": "application/pdf",
"virusDetected": false
},
{
"fileId": "4f5ac65e-c34a-4979-9ef4-0fefce5f1c38",
"fileName": "patrick-tomasso-n-vxsHr9jZA-unsplash.jpg",
"contentType": "image/jpeg",
"virusDetected": false
},
{
"fileId": "7948cc9a-7c97-49f2-9ee6-7662a6378ca1",
"fileName": "billy-huynh-W8KTS-mhFUE-unsplash.jpg",
"contentType": "image/jpeg",
"virusDetected": false
},
{
"fileId": "4665a04a-6b28-4b58-b998-7a37dccf315d",
"fileName": "ian-schneider-TamMbr4okv4-unsplash.jpg",
"contentType": "image/jpeg",
"virusDetected": false
},
{
"fileId": "732454b0-848f-4d8e-83e8-75e253bb211e",
"fileName": "insung-yoon-w2JtIQQXoRU-unsplash.jpg",
"contentType": "image/jpeg",
"virusDetected": false
}
],
"signatures": [],
"location": {
"x": -999,
"y": -99,
"validity": "invalid"
},
"tripId": "314d9334-12f2-41ca-9265-c1fb3b80efcc",
"missionId": "a5037835-3b31-46ff-bfad-b710e1748076",
"feedbackId": "e5ec04b2-43cd-4d98-bd5b-e5b0e4d16b69",
"serverTime": "2024-07-09T11:23:21.284Z",
"tripStatus": "pending",
"organizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
"registeredOn": "2024-07-09T11:23:21.390209Z",
"eventId": "5bed643a-ca5b-490f-80de-fdf19b702c7d",
"occurredOn": "2024-07-09T11:23:21.390209Z"
}
}
]
}
Updated 9 days ago