REQUEST_SUBMITTED

The REQUEST_SUBMITTED notification is sent to the webhook when the Buyer submitted the request.

{
  "event_id": "a6c66c8c-9b43-45a2-b744-70c8510e8451",
  "created_at": "2025-09-03T17:17:37.108822",
  "type": "submitted",
  "request": {
    "id": "4d61b927-fdf9-4ca7-a387-1f6abb96e12e",
    "items": [
      {
        "id": "eb82e6a3-f1bf-4f3e-8ffd-4a1c7e4791a4",
        "title": "Title",
        "kind": "goods",
        "uom": "each",
        "quantity": 9,
        "unit_price": 10.99,
        "status": "draft",
        "schema_id": "47c99ff5-1814-4a1d-aa9e-b403052bcfr8",
        "schema_data": {
          "uom": "each",
          "type": "goods",
          "title": "Item title",
          "quantity": 9,
          "unit_price": 10.99,
          "supplier_id": "ebf86456-fdfc-4d9c-80d3-9d96845365fa",
          "manufacturer_part_number": "1111-AST"
        },
        "is_deleted": false,
        "supplier": {
          "uuid": "ebf86456-fdfc-4d9c-80d3-9d96845365ga",
          "erp_systems": [
            {
              "external_supplier_id": "11111",
              "erp_system_uuid": "ebf86456-fdfc-4d9c-80d3-9d96845369fa",
              "is_active": true
            }
          ]
        }
      }
    ],
    "awarded_items": [],
    "tenant_id": "d112fa18-410c-4ffd-b1e5-abd878e13f20",
    "requester": {
      "id": "47c743cd-8f7e-4992-8e4a-f2ad26734326",
      "email": "[email protected]"
    },
    "title": "Pens",
    "status": "draft",
    "schema_id": "1599a1b0-8c14-4b47-8907-fb4bb8711722",
    "schema_data": {
      "budget": {
        "currency": "GBP"
      },
      "category": [
        "Direct Materials"
      ],
      "location": {
        "zip": "",
        "city": "",
        "state": "",
        "country": "GB",
        "address1": "",
        "address2": ""
      },
      "request_type": "goods",
      "intake_request": "I need pens",
      "intake_dynamic_fields": [
        {
          "answer": "Yes",
          "question": "Are substitutes for the specified pens acceptable?"
        }
      ]
    },
    "rfx": null,
    "is_locked": true,
    "created_by_id": "47c743cd-8f7e-4992-8e4a-f2ad26737326"
  }
}