Work order material batches
Replace a work order material batch
Completely replaces the data of an existing work order material batch with the provided payload.
Completely replaces the data of an existing work order material batch with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
WorkOrderMaterialBatch identifier
Request Body
application/json
The updated WorkOrderMaterialBatch resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/work_order_material_batches/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"amount": "string",
"barcode": "string",
"batch": "/entity/1",
"workOrderMaterial": "/entity/1"
}Empty
Empty
Empty
