v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

setIntegrationAppMapping

Creates or updates a mapping from an app/component to an integration. This allows ERP updates sent via app_id and component_id to be associated with a specific integration configuration.

put/v1/integrations/{integrationId}/app-mapping

Path parameters

integrationIdstring uuid required

The integration ID to map to

Request body

app_idstring uuid required

UUID of the integration app instance

component_idstring uuid required

UUID of the integration app component instance

overwriteboolean

If true, overwrites existing mapping. If false and mapping exists, returns 409 Conflict.

Response

App mapping set successfully

integration_idstring uuid required

The integration ID this app/component is mapped to