spotSubcontracting.mission.arrived

Contains all information required to identify the mission the driver marked as “I arrived”, meaning
• The SCALAR trip ID and optionally the external trip ID
• The SCALAR mission ID and optionally the external mission ID

The location and time of arrival are added as feedback parameters.

Example of mission.arrived message

{
  "eventBatchId": "2aeb6fac-4a8c-4bf9-a132-f0e5e67c9131",
  "eventSubscriptionId": "5b4c04e2-a027-4da6-8fe0-28bf268a6326",
  "eventBatchTime": "2024-07-09T11:13:25.4641018Z",
  "eventsData": [
    {
      "eventType": "spotSubcontracting.mission.arrived",
      "eventVersion": 1,
      "eventData": {
        "location": {
          "x": -999,
          "y": -99,
          "validity": "invalid"
        },
        "tripId": "22c30edc-e9cf-4ee5-af1c-e7984062bf24",
        "missionId": "aa9a1504-ffff-452a-9d26-1d0f995f0033",
        "feedbackId": "94be7562-1dec-42bf-b84d-77d9e0524238",
        "serverTime": "2024-07-09T11:13:23.19Z",
        "tripStatus": "pending",
        "organizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
        "registeredOn": "2024-07-09T11:13:23.4861042Z",
        "eventId": "e7a0405f-0875-4936-8c7d-da1733211d83",
        "occurredOn": "2024-07-09T11:13:23.4861042Z"
      }
    }
  ]
}