API ReferenceProduction orders
Re-route a scheduled order to a different machine (reflow accept)
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
factoryId*string
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/reroute" \ -H "Content-Type: application/json" \ -d '{ "machineId": "string" }'Empty
Empty