Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 949 Bytes

BillOfMaterialsLineItem.md

File metadata and controls

16 lines (13 loc) · 949 Bytes

# BillOfMaterialsLineItem

Properties

Name Type Description Notes
id string The unique identifier of the line item. [optional]
part_number string The part number of the item. [optional]
part_name string The name of the item. [optional]
quantity int The quantity of the item required in the bill of materials. [optional]
purchase_supply_type string The type of purchase/supply for the item. [optional]
line_type string The type of line item in the bill of materials. [optional]
bill_of_materials_number int The bill of materials number that this line item belongs to. [optional]
status string The status of the line item. [optional]

[Back to Model list] [Back to API list] [Back to README]