Work order material batches
Create a new work order material batch
Adds a new work order material batch record to the database.
Adds a new work order material batch record to the database.
AuthorizationBearer <token>
In: header
Request Body
application/json
The new WorkOrderMaterialBatch resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.skalasuite.com/api/work_order_material_batches" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"amount": "string",
"barcode": "string",
"batch": "/entity/1",
"workOrderMaterial": "/entity/1"
}Empty
Empty
