v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
erp

processErpUpdatesEventsV2

Handles updates from ERP systems using integration_id directly. This is the v2 version that simplifies the API by accepting integration_id instead of app_id and component_id.

post/v2/erp/updates/events

Request body

integration_idstring uuid required

UUID that identifies the integration configuration to use

correlation_idstring

Optional ID that identifies the specific request for debugging purposes

Example request

{
  "events": [
    {
      "deduplication_id": "evt-2025-05-01-12345-create-bp",
      "correlation_id": "bp-8f3a2c-7d4e-4b1a-9c2f-1e6d5a4b3c21"
    }
  ]
}

Response

Some events failed to process