XentrDeveloper Docs
API ReferenceProduction orders

Finish one routing operation; advance to the next op and complete the order when all ops are done

POST
/api/factories/{factoryId}/production-orders/{id}/sub-orders/{subId}/finish
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Production Order ID

subId*string

Sub-order (operation) ID

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/production-orders/string/sub-orders/string/finish"
Empty
Empty
Empty