Skip to main content
POST
Reconcile normalized RTA batches

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Headers

X-Request-ID
string

Optional caller-supplied request ID. Must start with req_; the same value is returned in the response header.

Pattern: ^req_[A-Za-z0-9]+$
Example:

"req_myImport123"

Body

application/json
reference
string
required

Consumer-owned tenant, distributor, or operation reference.

Maximum string length: 256
Example:

"distributor_123"

current
object
required
previous
object
required
scope
object
required
mapping_policy
enum<string>
default:require_same

require_same requires matching schema, key, and mapping versions; allow_compatible accepts versions declared compatible by RTA Sync.

Available options:
require_same,
allow_compatible
object_types
enum<string>[]

Optional object types to compare. Defaults to the union of types present in either batch.

Minimum array length: 1
Available options:
investor,
folio,
scheme,
transaction,
position_snapshot,
systematic_instruction,
nav,
corporate_action,
exception,
brokerage_payout,
mandate,
settlement_exception,
analytics_report

Response

RTA batches reconciled successfully

status
enum<string>
required
Available options:
success
Example:

"success"

data
object
required