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
Authorization
bearer In: header
Path Parameters
Factory ID
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" }'