Payload for sending location booking dispatches.
By default, we send our standard LocationDispatchOutput schema, but the body can also be a custom mapped format.
POST
- LocationDispatchOutput
- string
{ "operation": "CREATE", "payload": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "orders": [ … ], "scenario": "INBOUND", "booking": { … }, "trip_summary": { … } } }
Successful Response
Response
- LocationBookingDispatchResponse
- null
{ "errors": { "error_message": "The payload is invalid.", "error_type": "USER_INPUT_ERROR" } }