Saltar al contenido principal
POST
Forzar una generación de archivo de retorno

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
institutionId
string
requerido

The institution the return file is generated for (UUID).

Ejemplo:

"44444444-4444-4444-4444-444444444444"

Respuesta

OK

generated
boolean
requerido

Whether this run created a new return file.

Ejemplo:

true

recordCount
integer<int64>
requerido

The number of records in the generated file.

Ejemplo:

42

environment
string

The resolved SISBAJUD environment.

Ejemplo:

"production"

fileHash
string

The file content hash.

Ejemplo:

"sha256:abc123..."

fileName
string

The generated file name.

Ejemplo:

"retorno-2026-07-14.txt"

fileType
string

The SISBAJUD file-type code.

Ejemplo:

"RETORNO"

generationDate
string

The RFC3339 generation timestamp.

Ejemplo:

"2026-07-14T12:00:00Z"

id
string

The generated file id.

Ejemplo:

"dddddddd-dddd-dddd-dddd-dddddddddddd"

status
string

The file status.

Ejemplo:

"GENERATED"