XentrDeveloper Docs
API ReferenceProducts

Reorder the routing ops of a production method

PUT
/api/factories/{factoryId}/products/{productId}/methods/{methodId}/routing-ops/reorder
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

productId*string

Product ID

methodId*string

Production method ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "https://api.xentr.ai/api/factories/string/products/string/methods/string/routing-ops/reorder" \  -H "Content-Type: application/json" \  -d '{    "order": [      "string"    ]  }'
Empty