added
Racking Bill of Materials API
about 1 year ago by Andriy Mysyk
Racking bill of materials can now be uploaded with the new Update Racking Bill of Materials endpoint as well as retrieved as part of the existing bill_of_materials
field in the Retrieve Design Summary endpoint.
## PUT /tenants/{tenant_id}/designs/{design_id}/bill_of_materials/racking_components
{
"bill_of_materials": [
{
"sku": "PR1000",
"name": "PR1000, Rail (14 Feet)",
"manufacturer_name": "Pegasus",
"quantity": 9
}
]
}