XentrDeveloper Docs
API ReferenceProduction orders

Create a transfer between sub-orders (steps)

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

In: header

Path Parameters

factoryId*string

Factory ID

id*string

Production Order ID

subId*string

Source Sub-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/sub-orders/string/transfer" \  -H "Content-Type: application/json" \  -d '{    "quantity": 100  }'
Empty
Empty