Bill of Materials Line Item
Get Bill of Materials Line Item
This endpoint gets or creates a new bill of materials line item.
GET
/
v1
/
bill_of_materials_line_items
/
:id
Body
id
string
This is the id of the bill of materials line item. If this is not provided, a new bill of materials line item will be created.
Response
id
string
This is the id of the bill of materials line item.
bill_of_materials_number
string
This is the number of the bill of materials to which the line item belongs.
line_type
string
This is the type or category of the line item.
part_name
string
This is the name of the part or item included in the bill of materials.
part_number
string
This is the number or code associated with the part or item.
purchase_supply_type
string
This is the type or category of the purchase/supply associated with the line item.
quantity
number
This is the quantity of the part or item required in the bill of materials.
status
string
This is the status or state of the line item.
Bill Of Materials Line Item
Name | Type | Description |
---|---|---|
bill_of_materials_number | Text | Number associated with the bill of materials to which the line item belongs |
id | Text | Unique identifier for the line item |
line_type | Text | Type or category of the line item |
part_name | Text | Name of the part or item included in the bill of materials |
part_number | Text | Number or code associated with the part or item |
purchase_supply_type | Text | Type or category of the purchase/supply associated with the line item |
quantity | Numeric | Quantity of the part or item required in the bill of materials |
status | Text | Status or state of the line item |