Enviar consulta de horarios STR0001
Envía a BACEN una consulta de horarios STR0001 de parte única (consulta de horários do STR) y devuelve un id de correlación más un estado PENDING. La respuesta (STR0001R1, que lleva la grilla de horario de operación del STR) llega de forma asíncrona y se lee mediante GET /v1/str/schedule-queries/. Esto significa que la consulta fue aceptada para despacho, no que el horario ya esté disponible. Lerian SPB expone el horario que envía BACEN; no calcula nada.
Autorizaciones
JWT bearer token issued by the identity provider.
Encabezados
Bearer JWT token.
Idempotency key (canonical; legacy alias X-Idempotency-Key).
Idempotency key (legacy alias).
Idempotency key TTL in seconds.
Cuerpo
Reference date (Data Referência, DtRef) the STR schedule grid is requested for. Required.
"2026-06-15"
ISPB of the querying financial institution (8 numeric digits).
"12345678"
Schedule type (Tipo Horário): P (padrão/standard) or E (eventual). Optional — absent returns both standard and eventual grids in force on DtRef (RSTR0001/0002/0003).
"P"
Respuesta
Accepted
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
Reference date the schedule grid was requested for.
"2026-06-15"
Correlation id (the outbound STR0001 NUOp). Poll GET /v1/str/schedule-queries/{id} for the answer.
"12345678202606150000001"
ISPB of the querying financial institution.
"12345678"
Projection state: PENDING until the STR0001R1 answer arrives and is projected.
"PENDING"
RFC3339 UTC timestamp the STR0001 query was persisted before send.
"2026-06-15T12:00:00Z"

