API ReferenceProducts
Create a routing op for a production method
Authorization
bearer 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 POST "https://api.xentr.ai/api/factories/string/products/string/methods/string/routing-ops" \ -H "Content-Type: application/json" \ -d '{ "opName": "string" }'Empty