API ReferenceQuality
Create a scrap reason code
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
factoryId*string
Factory 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/quality/scrap-reasons" \ -H "Content-Type: application/json" \ -d '{ "code": "TOOL_WEAR", "description": "Tool wear beyond allowable limit" }'Empty