Skala
Work order material batches

Update a work order material batch

Partially updates specific fields of an existing work order material batch without affecting the rest of the data.

PATCH
/api/work_order_material_batches/{id}

Partially updates specific fields of an existing work order material batch without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

WorkOrderMaterialBatch identifier

Request Body

application/merge-patch+json

The updated WorkOrderMaterialBatch resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.skalasuite.com/api/work_order_material_batches/string" \  -H "Content-Type: application/merge-patch+json" \  -d ''
{
  "id": 0,
  "amount": "string",
  "barcode": "string",
  "batch": "/entity/1",
  "workOrderMaterial": "/entity/1"
}
Empty
Empty
Empty