This endpoint gets or creates a new manufacture order line item.
Field | Type | Description |
---|---|---|
bom_name | String | Name of the bill of materials (BOM) associated with the line item |
bom_number | String | Number assigned to the bill of materials (BOM) |
id | String | Unique identifier for the line item |
expected_date | Date | Expected date for the completion of the line item |
line_status | String | Status of the line item (e.g., in progress, completed, etc.) |
line_type | String | Type or category of the line item |
manufacture_order_number | String | Number of the associated manufacture order |
output_type | String | Type of output produced by the line item (e.g., product, component) |
part_name | String | Name of the part associated with the line item |
part_number | String | Number assigned to the part associated with the line item |
priority | String | Priority level of the line item |
quantity | Integer | Quantity of the part to be manufactured or processed |
site | String | Site or location associated with the line item |
work_order_number | String | Number of the associated work order |
yield_location | String | Location where the manufactured product will be stored |