API ReferenceQuality
Create an inspection batch
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/batches" \ -H "Content-Type: application/json" \ -d '{ "productionOrderId": "a1b2c3d4-1111-2222-3333-444455556666", "sampledQty": 50, "goodQty": 48, "rejectedQty": 2 }'Empty