Skip to main content
POST
Crear una ejecución de accrual

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
businessDate
string<date>
requerido

Business date (YYYY-MM-DD) the accrual batch is queued for.

Ejemplo:

"2026-06-14"

mode
string
requerido

Accrual run cadence. The scheduled driver sends monthly, one competencia per loan.

Required string length: 1 - 32
Ejemplo:

"monthly"

loanProductIds
string<uuid>[] | null

Optional loan product identifiers to scope the run.

Maximum array length: 100

Respuesta

Created

businessDate
string
requerido

Business date (YYYY-MM-DD, UTC) the run was queued for.

Ejemplo:

"2026-06-14"

correlationId
string
requerido

Correlation identifier linking the run to its journal/outbox lineage and downstream events.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440002"

id
string
requerido

Server-assigned UUID of the queued accrual run.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

journalReferenceId
string
requerido

UUID of the journal reference recording this run's posting lineage.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440001"

status
string
requerido

Lifecycle status of the queued run (e.g. queued).

Ejemplo:

"queued"

outboxEventId
string

UUID of the emitted outbox event; omitted when no outbox event was recorded.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440003"