Skala
Work order material batches

Get work order material batch details

Retrieves the specific details of a single work order material batch using its unique identifier.

GET
/api/work_order_material_batches/{id}

Retrieves the specific details of a single work order material batch using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

WorkOrderMaterialBatch identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/work_order_material_batches/string"
{
  "id": 0,
  "amount": "string",
  "barcode": "string",
  "batch": "/entity/1",
  "workOrderMaterial": "/entity/1"
}
Empty