latestOpenAPI 3.0.32026-08-1963193297.5 KB

a567add0c3f5

erp

processErpUpdatesEvents

Handles updates from ERP systems and tracks them appropriately

post/v1/erp/updates/events

Request body

app_idstring uuid required

UUID that identifies the specific integration app instance

component_idstring uuid required

UUID that identifies the specific integration app component instance

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