v4
latestOpenAPI 3.0.32026-08-0161180264.4 KBerp
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"
}
]
}Response
Some events failed to process