Skip to main content
POST
Clone a reconciliation context

Authorizations

Authorization
string
header
required

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

Headers

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.

Path Parameters

contextId
string
required

The unique identifier of the reconciliation context to clone.

Body

application/json

Clone context payload

Request payload for cloning a reconciliation context

name
string
required

Name for the cloned context

Required string length: 1 - 100
Example:

"Q1 2025 Reconciliation (Copy)"

includeSources
boolean
default:true

Whether to clone associated sources

includeRules
boolean
default:true

Whether to clone associated match rules

Response

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

Example:

3

rulesCloned
integer

Number of match rules cloned

Example:

5

fieldMapsCloned
integer

Number of field maps cloned

Example:

3

feeRulesCloned
integer

Number of fee rules cloned

Example:

2