Bill of Materials
List Bill Of Materials
This endpoint lists the bill of materials.
GET
/
v1
/
bill_of_materials
/
list
Body
limit
string
requiredThis is the limit of the bill of materials.
offset
string
requiredThis is the offset of the bill of materials.
order_direction
string
requiredThis is the order direction of the bill of materials.
Response
id
string
This is the id of the bill of materials.
number
string
This is the number of the bill of materials.
name
string
This is the name of the bill of materials.
description
string
This is the description of the bill of materials.
groups
string
This is the groups of the bill of materials.
created_at
string
This is the date and time when the bill of materials was created.
updated_at
string
This is the date and time when the bill of materials was last updated.
valid
boolean
This indicates whether the bill of materials is valid or not.
line_items
object
This is an array of line items associated with the bill of materials.
Bill Of Materials
Name | Type | Description |
---|---|---|
created_at | Date/Time | Date and time when the bill of materials was created |
description | Text | Description or additional details about the bill of materials |
groups | Text | Groups or categories associated with the bill of materials |
id | Text | Unique identifier for the bill of materials |
number | Text | Number associated with the bill of materials |
name | Text | Name of the bill of materials |
updated_at | Date/Time | Date and time when the bill of materials was last updated |
valid | Boolean | Indicates whether the bill of materials is valid or not |
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 |