API ReferenceWork Orders
Create Work Order Full Production
Create a new work order full production.
Authorization
bearerAuth Authorization<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Try it live
curl -X POST "https://example.com/work-orders/production-full" \ -H "Content-Type: application/json" \ -d '{ "machines": [ { "machineId": 0.1 } ], "targets": [ { "targetQuantity": 0.1, "skuId": "string" } ], "workOrder": { "estimatedDeliveryTime": "2019-08-24T14:15:22Z", "priority": 0.1, "source": "string", "status": "Backlog", "name": "string", "code": "string" } }'{}