Skip to main content
POST
Clone a reconciliation context

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

X-Idempotency-Key
string

Optional idempotency key for safe retries. Also accepts Idempotency-Key as an alternative header name. If the same key is sent again and the original request was already processed, the cached response is returned with X-Idempotency-Replayed: true.

See Retries and idempotency for details.

Parámetros de ruta

contextId
string
requerido

The unique identifier of the reconciliation context to clone.

Cuerpo

application/json

Clone context payload

Request payload for cloning a reconciliation context

name
string
requerido

Name for the cloned context

Required string length: 1 - 100
Ejemplo:

"Q1 2025 Reconciliation (Copy)"

includeSources
boolean
predeterminado:true

Whether to clone associated sources

includeRules
boolean
predeterminado:true

Whether to clone associated match rules

Respuesta

Successfully cloned context.

The response includes the X-Idempotency-Replayed header.

If the value is false, the request was just processed. If the value is true, the response is a replay of a previously processed request.

See Retries and idempotency for more details.

Response after cloning a reconciliation context

context
object

Configuration context for matching rules

sourcesCloned
integer

Number of sources cloned

Ejemplo:

3

rulesCloned
integer

Number of match rules cloned

Ejemplo:

5

fieldMapsCloned
integer

Number of field maps cloned

Ejemplo:

3

feeRulesCloned
integer

Number of fee rules cloned

Ejemplo:

2