RFQ_ARCHIVED
The RFQ_ARCHIVED webhook sends a notification when a request for quote (RFQ) event is archived.
Sample code
{
"event_id": "3d52569e-894f-40e5-ae87-fa4437476f5f",
"created_at": "2024-03-22 05:17:08.193504",
"type": "rfq_archived",
"rfq": {
"uuid": "0534d9dc-cce0-439f-8c27-d8d7cadf9813",
"buyer": "[email protected]",
"external_id": "",
"title": "test rfq event",
"status": "archived",
"closes_at": "2024-04-01T06:00:00-04:00",
"payment_process": "po",
"currency": "USD",
"urgency": "1",
"is_marketplace": false,
"notes": "",
"items": [
{
"uuid": "34f02afc-2cd5-4f96-b7a9-d358301e9885",
"title": "test item",
"kind": "item",
"quantity": "10.00000000",
"uom": "each",
"internal_part_number": "",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "100.00000000",
"benchmark_price_usd": "100.00000000",
"unspsc": "",
"comments": "",
"items": [],
"external_data": "None",
"is_awarded": false,
"awarded_at": "None"
},
{
"uuid": "81df1da5-d53c-4cd6-bbcd-5e9e1fe602fb",
"title": "test group item",
"kind": "group_item",
"quantity": "10.00000000",
"uom": "each",
"internal_part_number": "",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "0.00000000",
"benchmark_price_usd": "0.00000000",
"unspsc": "",
"comments": "",
"items": [
{
"uuid": "8c651701-8929-4c44-a8bb-32f4a60a9788",
"title": "option 1",
"quantity": "10.00000000",
"uom": "each",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "None",
"benchmark_price_usd": "None",
"external_data": "None"
},
{
"uuid": "fa2cd9ad-f5f0-42cb-9254-1311954455a5",
"title": "option 2",
"quantity": "10.00000000",
"uom": "each",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "None",
"benchmark_price_usd": "None",
"external_data": "None"
}
],
"external_data": "None",
"is_awarded": false,
"awarded_at": "None"
},
{
"uuid": "195503d8-6d78-471f-b6a8-ea233ca2d1e3",
"title": "test service",
"kind": "service",
"quantity": "5.00000000",
"uom": "each",
"internal_part_number": "",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "1000.00000000",
"benchmark_price_usd": "1000.00000000",
"unspsc": "",
"comments": "",
"items": [],
"external_data": "None",
"is_awarded": false,
"awarded_at": "None"
},
{
"uuid": "1ff654ef-a4a2-49e7-9284-ae28b624a2a9",
"title": "test group service",
"kind": "group_service",
"quantity": "None",
"uom": "None",
"internal_part_number": "",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "0.00000000",
"benchmark_price_usd": "0.00000000",
"unspsc": "",
"comments": "",
"items": [
{
"uuid": "a60d5b5e-0eec-4d0a-bf59-c565350addb1",
"title": "component 1",
"quantity": "1.00000000",
"uom": "each",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "None",
"benchmark_price_usd": "None",
"external_data": "None"
},
{
"uuid": "e5d3f6e1-0ad6-4e25-a574-ebe2c4485b9c",
"title": "component 2",
"quantity": "1.00000000",
"uom": "each",
"manufacturer": "",
"manufacturer_pn": "",
"benchmark_price": "None",
"benchmark_price_usd": "None",
"external_data": "None"
}
],
"external_data": "None",
"is_awarded": false,
"awarded_at": "None"
}
],
"archiving_reason": "required_rush_order",
"archiving_note": "some archiving note",
"cancellation_reason": "",
"cancellation_note": "",
"non_lowest_bid_awarding_reason": "",
"awarding_note": "",
"address1": "",
"address2": "",
"city": "",
"state": "",
"zip": "",
"country": "",
"po_number": "",
"shipping_type": "",
"carrier": "",
"preferred_delivery_date": "None",
"categories": [],
"external_data": "None",
"business_unit": {
"id": 853,
"uuid": "8b17cc32-f584-4310-8776-9d4053c03727",
"title": "test_bu",
"is_internal_part_number_required": false,
"buyer_company": {
"id": 5172,
"uuid": "b4e4fc87-8acd-4ade-a9af-4dbd32b0c197",
"title": "public_api_demo_company"
}
},
"meta_tags": [
{
"key": "tag-key1",
"value": "value1"
},
{
"key": "tag-key2",
"value": "value2"
}
],
"cloned_from": null,
"source": "public_api",
"auction_kind": "",
"requester_title": "test-requester",
"pdf_report_url": null,
"requester": null
}
}
Updated 5 days ago