XentrDeveloper Docs
API ReferenceProducts

Create a tooling record for a product

POST
/api/factories/{factoryId}/products/{productId}/tooling
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

productId*string

Product 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/tooling" \  -H "Content-Type: application/json" \  -d '{    "toolCode": "M-08"  }'
Empty