POST api/qb/quickbookeventprocessor

Request Information

URI Parameters

None.

Body Parameters

QuickBooksEventNotification
NameDescriptionTypeAdditional information
eventNotifications

Collection of EventNotification

None.

Request Formats

application/json, text/json

Sample:
{
  "eventNotifications": [
    {
      "realmId": "sample string 1",
      "dataChangeEvent": {
        "entities": [
          {
            "id": "sample string 1",
            "name": "sample string 2",
            "operation": "sample string 3",
            "lastUpdated": "2026-02-10T15:00:53.2804362-05:00"
          },
          {
            "id": "sample string 1",
            "name": "sample string 2",
            "operation": "sample string 3",
            "lastUpdated": "2026-02-10T15:00:53.2804362-05:00"
          }
        ]
      }
    },
    {
      "realmId": "sample string 1",
      "dataChangeEvent": {
        "entities": [
          {
            "id": "sample string 1",
            "name": "sample string 2",
            "operation": "sample string 3",
            "lastUpdated": "2026-02-10T15:00:53.2804362-05:00"
          },
          {
            "id": "sample string 1",
            "name": "sample string 2",
            "operation": "sample string 3",
            "lastUpdated": "2026-02-10T15:00:53.2804362-05:00"
          }
        ]
      }
    }
  ]
}

application/xml, text/xml

Sample:
<QuickBooksWebhookController.QuickBooksEventNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QBAPI.Controllers">
  <eventNotifications>
    <QuickBooksWebhookController.EventNotification>
      <dataChangeEvent>
        <entities>
          <QuickBooksWebhookController.QBEntity>
            <id>sample string 1</id>
            <lastUpdated>2026-02-10T15:00:53.2804362-05:00</lastUpdated>
            <name>sample string 2</name>
            <operation>sample string 3</operation>
          </QuickBooksWebhookController.QBEntity>
          <QuickBooksWebhookController.QBEntity>
            <id>sample string 1</id>
            <lastUpdated>2026-02-10T15:00:53.2804362-05:00</lastUpdated>
            <name>sample string 2</name>
            <operation>sample string 3</operation>
          </QuickBooksWebhookController.QBEntity>
        </entities>
      </dataChangeEvent>
      <realmId>sample string 1</realmId>
    </QuickBooksWebhookController.EventNotification>
    <QuickBooksWebhookController.EventNotification>
      <dataChangeEvent>
        <entities>
          <QuickBooksWebhookController.QBEntity>
            <id>sample string 1</id>
            <lastUpdated>2026-02-10T15:00:53.2804362-05:00</lastUpdated>
            <name>sample string 2</name>
            <operation>sample string 3</operation>
          </QuickBooksWebhookController.QBEntity>
          <QuickBooksWebhookController.QBEntity>
            <id>sample string 1</id>
            <lastUpdated>2026-02-10T15:00:53.2804362-05:00</lastUpdated>
            <name>sample string 2</name>
            <operation>sample string 3</operation>
          </QuickBooksWebhookController.QBEntity>
        </entities>
      </dataChangeEvent>
      <realmId>sample string 1</realmId>
    </QuickBooksWebhookController.EventNotification>
  </eventNotifications>
</QuickBooksWebhookController.QuickBooksEventNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.