XentrDeveloper Docs
API ReferenceProduction orders

Update a production order

PATCH
/api/factories/{factoryId}/production-orders/{id}
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Production Order ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/factories/string/production-orders/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty