RFP_BID_SUBMITTED

The BID_SUBMITTED webhook sends a notification when a supplier response (bids) is submitted on a request for proposal event (RFP).

{
    "event_id": "1cfbe667-8d53-491b-9610-c8a28a8867qe",
    "created_at": "2025-10-16 11:43:11.846268",
    "type": "rfp_bid_submitted",
    "bid": {
        "uuid": "30b1c7f9-daf9-417a-85c0-997088d022a6",
        "status": "submitted",
        "amount_total": "7.00000000",
        "awarded_total": "0.00000000",
        "kind": "full",
        "notes": "Note",
        "currency": "USD",
        "created_at": "2025-10-14T04:19:02.014851-04:00",
        "updated_at": "2025-10-14T04:27:32.789378-04:00",
        "valid_for": 30,
        "amount_items": "7.00000000",
        "sent_at": "2025-10-14T04:19:01.955798-04:00",
        "opened_at": "2025-10-14T04:20:51.055046-04:00",
        "submitted_at": "2025-10-14T04:27:32.700517-04:00",
        "awarded_at": null,
        "supplier": {
            "uuid": "e5b0dce5-2d8d-48ba-af14-219ea564322e",
            "erp_systems": {
                "external_supplier_id": "o4b0dce5-2d8d-48ba-af14-219ea564322e",
                "erp_system_uuid": "e5b1erw-2d8d-48ba-af14-219ea564322e"
            }
        },
        "file_uuids": [
            "e5b0dce5-2d8d-48ba-af14-219ea564322e"
        ],
        "items": [
            {
                "uuid": "9b87f216-a2a2-4f66-8871-34e08a9b964f",
                "title": "ddd",
                "kind": "service",
                "delivery_days": null,
                "is_cancelled": false,
                "is_awarded": false,
                "rfp_question_item_uuid": "a0b94c13-babc-419b-98b8-517c46dc1b29",
                "quantity": "1.00000000",
                "minimum_order_quantity": null,
                "unit_price": "5.00000000",
                "items": [
                    {
                        "uuid": "c8f9e2a1-b3d4-4e5f-8g6h-7i8j9k0l1m2n3o",
                        "title": "Subitem 1",
                        "is_awarded": false,
                        "is_cancelled": false,
                        "quantity": "2.00000000",
                        "manufacturer": "Manufacturer A",
                        "manufacturer_pn": "PN-12345",
                        "uom_text_value": null,
                        "uom_yesno_value": null,
                        "uom_date_value": null,
                        "uom_date_range_start_value": null,
                        "uom_date_range_end_value": null,
                        "uom_compliance_value": null,
                        "uom_conversion_rate": null,
                        "unit_price": "2.50000000",
                        "uom_percent": null,
                        "uom_number_value": null,
                        "comments": "Sample subitem comment",
                        "country_of_origin": "USA",
                        "sku": "SKU-67890",
                        "uom": "each",
                        "awarded_at": null,
                        "awarded_quantity": null,
                        "quantity_change_reason_note": "",
                        "rfp_question_subitem_uuid": "d9g8f7e6-d5c4-b3a2-9g8f-7e6d5c4b3a2",
                        "attachments_file_uuids": [],
                        "uom_attachment_file_uuid": null
                    }
                ],
                "uom_percent": null,
                "uom_number_value": null,
                "uom_text_value": null,
                "uom_yesno_value": null,
                "uom_date_value": null,
                "uom_date_range_start_value": null,
                "uom_date_range_end_value": null,
                "uom_compliance_value": null,
                "comments": "",
                "country_of_origin": "",
                "sku": "",
                "uom": "each",
                "uom_conversion_rate": null,
                "uom_attachment_file_uuid": null,
                "awarded_quantity": null,
                "quantity_change_reason_note": "",
                "attachments_file_uuids": []
            }
        ]
    }
}