Create a new dispatch

Asynchronous API for creating a new dispatch by specifying the following parameters in the request body:ParameterDescriptionType
dispatchRef*External dispatch reference.stringminLength: 4 maxLength: 36
jobsJobs to be completed in this dispatch.
ㅤ↳JobIdJob ID.stringminLength: 1 maxLength: 64
participantsParticipants to be added in this dispatch.
ㅤ↳ParticipantIdParticipant IDstringminLength: 1 maxLength: 64

*This is required.

HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |

Callbacks
Language
URL
Click Try It! to start a request and see the response here!