Deprecated. We are actively working on a new version of this endpoint. If anything about the current version is causing problems, we are actively looking for feedback — please reach out to us.
Returns costed BOM for a given RfQ.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/rfqs/{id}/costed-bom' \
-H 'Accept: application/api.luminovo.costed-bom-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "rfq_id": "6377a3cb-6a55-4ab1-a8e7-bf1376dffd7a", "creation_date": "2019-08-24T14:15:22Z", "top_level_assemblies": [ { … } ], "sourcing_scenarios": [ { … } ] }