XentrDeveloper Docs
API ReferenceProduction methods

Create a production method

Create a new method (recipe) for a product. Requires production_engineer or organization_admin. Audit-logged.

POST
/api/factories/{factoryId}/production-methods
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory slug.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/biocare-main/production-methods" \  -H "Content-Type: application/json" \  -d '{    "productId": "a1b2c3d4-1111-2222-3333-444455556666",    "name": "Standard Mold"  }'
Empty
Empty