XentrDeveloper Docs
API ReferenceProduction orders

Schedule an order via the scheduling canvas — draft for all modes; a scheduled (not started, non-routed) order may be re-split with mode=split

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