v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Item Routing

Lists the input items for an item's routing

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

Path parameters

itemIdstring required

Query parameters

skipinteger
takeinteger

Request body

numberstring nullable

Filter to items who's number contains the given string

Response

List of input items matching the filters

idstring required

Id of this input item in the item's routing

itemIdstring required

Item Id

numberstring required

The number to give the item.

revisionstring

The revision of the item

descriptionstring required

The description to give the item.

valueTypeUnitsnumber double required

Measurement unit depending on FulcrumProduct.PublicApi.Dto.Item.Routing.InputItemDto.ValueType

valueType'creates' | 'requires' required

Specifies how a routing input item quantity is measured.

routingStepIdstring nullable

Id of the routing operation (step) this input item is attached to, or null when it is not attached to a specific operation. Corresponds to the Id from the routing's operations list (e.g. jobs/{jobId}/routing/{routingId}/operations/list or items/{itemId}/routing/operations/list).

isMaterialLineboolean

True when this line is tied to an input material (created by a material selection). Material-tied lines must be included in every input-items replace — they cannot be removed through that endpoint.