erp
processErpUpdatesEventsV3
Handles updates from ERP systems using integration_id directly. This is the v3 version that removes the unused event_type field and renames object_type to event_name to align with the integration UI naming.
post/v3/erp/updates/events
Request body
Example request
{
"group_id": "customer-42",
"events": [
{
"event_name": "business_partner",
"timestamp": "2025-05-01T08:30:00Z",
"format": "json",
"use_case_slug": "business_partner",
"deduplication_id": "evt-2025-05-01-12345-bp",
"group_id": "customer-42",
"correlation_id": "customer-42-sync-2026-08-26"
}
]
}Response
Some events failed to process
Changes
Changed in 2 of the 8 revisions of this API.2
- ○
added the new optional request property
events/items/correlation_idnew-optional-request-property
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
events/items/group_idnew-optional-request-property
- ○