Item Routing

Adds an input material to an item's routing

post/api/items/{itemId}/routing/input-materials

Path parameters

itemIdstring required

Request body

materialIdstring required

The material id to be added. Please reference /api/materials endpoint.

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 created on the item's routing

idstring required

The id of the created record

Changes

No recorded changes to this endpoint across all 12 revisions of this API.