XentrDeveloper Docs
API ReferenceProduction orders

Schedule a draft order to a machine via the scheduling canvas

POST
/api/factories/{factoryId}/production-orders/{id}/schedule
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Production Order ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/production-orders/string/schedule" \  -H "Content-Type: application/json" \  -d '{    "mode": "single"  }'
Empty
Empty
Empty