Schedule a draft order to a machine via the scheduling canvas
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" }'