API ReferenceWork Order Target
Create Work Order And Sku Target
Create a new work order and SKU target.
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-order-target" \ -H "Content-Type: application/json" \ -d '{ "machines": [ "string" ], "skus": [ { "quantity": 0, "id": "string" } ], "workOrder": { "status": "Backlog", "name": "string", "code": "string" } }'[ {}]