Skip to main content
POST
Enviar un lote de operaciones de liquidación (NDJSON síncrono)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Idempotency-Key
string

Idempotency key for safe retries of the whole batch.

Cuerpo

application/x-ndjson

Newline-delimited JSON operations (application/x-ndjson); one CreateOperationRequest per line.

The body is of type string.

Respuesta

Batch accepted; per-line accepted/rejected counts and errors with the meta envelope.

accepted
integer<int64>
requerido

Count of accepted operations.

Ejemplo:

48

batchId
string
requerido

Generated batch id grouping every line of the submission.

Ejemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

errors
object[] | null
requerido

Per-line rejection errors (capped at the first batchErrorCap entries).

errorsTruncated
boolean
requerido

True when more rejections occurred than the errors array lists.

Ejemplo:

true

meta
object
requerido

Batch response envelope metadata (requestId + timestamp).

rejected
integer<int64>
requerido

Count of rejected lines.

Ejemplo:

2