v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
erp

simulateMapping

Test mapping configuration by transforming a payload using the provided mapping rules without persisting data.

Supports both v1.0 (object-based) and v2.0 (event-based) mapping formats. See documentation at /docs/MAPPING_V2.md for detailed v2.0 format specification.

post/v1/erp/updates/mapping_simulation

Request body

object_typestring required

Type of the object/event being mapped. For v1.0: must match a key in mapping_configuration.mapping.objects For v2.0: must match a key in mapping_configuration.mapping.events

format'json' | 'xml' required

Format of the payload data

Response

Successfully simulated mapping