Create a production method
Create a new method (recipe) for a product. Requires production_engineer or organization_admin. Audit-logged.
Authorization
bearer In: header
Path Parameters
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" }'