v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Item Routing

Update an input material on an item's routing

put/api/items/{itemId}/routing/input-materials/{inputMaterialId}

Path parameters

itemIdstring required
inputMaterialIdstring uuid required

Request body

costing'fullCost' | 'usageBased' required

Specifies the costing of the material.

routingStepIdstring nullable

The routing step id. This value should be the Id from the response from items/{itemId}/routing/operations/list

Response

An input material was updated on the item's routing

idstring uuid required

Id of this input material in the item's routing

materialIdstring required

The material id. Please reference /api/materials endpoint.

materialNamestring required

The material name.

costing'fullCost' | 'usageBased' required

Specifies the costing of the material.

routingStepIdstring nullable

The routing step id. This value should be the Id from the response from items/{itemId}/routing/operations/list