Get the offer for a PCB, which was created in the PCB pricing console.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/supplier-quote/pcb/{pcb_id}/offer/{offer_id}' \
-H 'Accept: application/api.luminovo.custom-part-offer-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Custom part offer.
One of:
null
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "origin": { "origin": "Manual" }, "supplier_and_stock_location": "79f81ee3-83f7-4253-b938-871561d2e1be", "unit_of_measurement": { "quantity_unit": { … } }, "price_points": [ { … } ], "valid_until": "2019-08-24T14:15:22Z", "offer_number": "string", "one_time_costs": [ { … } ], "notes": "string", "creation_date": "2019-08-24T14:15:22Z", "offer_url": "string", "has_order_files": true, "price_type": null, "sourcing_scenario_id": "dc1160f9-8b39-424c-ab48-9f7b212b9c05", "specification": null, "sourcing_batch_size": 0, "total_offered_quantity": 0, "price_breaks": [ { … } ] }