Payload for sending fleet app dispatches. In this case, we send the payload to an external endpoint for processing.
By default, we send our standard FleetDispatch schema, but the body can also be a custom mapped format.
POST
- FleetDispatch
- string
{ "operation": "CREATE", "payload": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "orders": [ … ], "custom_fields": {}, "resource_allocations": [ … ], "stop_groups": [ … ], "templates": [ … ] } }
Successful Response
Response
- FleetDispatchResponse
- null
{ "errors": { "error_message": "The payload is invalid.", "error_type": "USER_INPUT_ERROR" } }