Skip to main content
PATCH
Update one ERP object-sync mapping

Path Parameters

destination
string
required

Body

application/json
enabled
boolean

Gate the destination for on-demand runs; a disabled destination always 409s POST /erp-sync/run/:destination.

nango_connection_id
string

Which connected ERP account to write into (a Nango connection IDENTIFIER — no secret).

Maximum string length: 200
object_type
string

Destination object to upsert (validated against the destination's whitelist, e.g. NetSuite Customer/Contact).

Maximum string length: 120
identifier_field
string

Destination field the upsert matches on (must be one of the field_map's destination values).

Maximum string length: 120
segment_id
string

Source segment the sync draws profiles from.

Maximum string length: 200
field_map
object

Source→destination trait map { : }. Validated as a pair with identifier_field.

schedule_minutes
integer

Optional scheduled-sync cadence read by the warehouse-fed scheduler.

Required range: 15 <= x <= 1440

Response

The destination's resolved public config after the merge — the same shape the GET /erp-sync/config list returns per destination.

The destination's resolved public config after the merge — the same shape the GET /erp-sync/config list returns per destination.