API ReferenceV1
Authorization
Bearer AuthorizationBearer <token>
Installer.com auth token
In: header
Path Parameters
orderId*string
Format
uuidRequest Body
application/json
Route order payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:8000/api/v1/order/497f6eca-6276-4993-bfeb-53cbbbba6f08/dispatch" \ -H "Content-Type: application/json" \ -d '{ "contractorIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ] }'Empty