Skip to main content
POST
Procesar plazos de reclamos

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Respuesta

OK

Counts of claims processed, cancelled, and completed during the deadline sweep, plus any per-claim errors

cancelledCount
integer<int64>
requerido

Number of claims cancelled because their deadline expired

Ejemplo:

2

completedCount
integer<int64>
requerido

Number of claims auto-completed during the sweep

Ejemplo:

1

errors
string[] | null
requerido

Per-claim error messages encountered during the sweep; empty when all claims processed cleanly

Ejemplo:
processedCount
integer<int64>
requerido

Total number of expired claims evaluated during the deadline sweep

Ejemplo:

3