GET Api/Site/ExtratoRepasseDatasPagamentoExternaV2?_cpf={_cpf}&_lotacaoID={_lotacaoID}&_competencia={_competencia}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_cpf

string

Required

_lotacaoID

integer

Required

_competencia

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2025-08-04T10:15:56.8131995-03:00",
  "2025-08-04T10:15:56.8131995-03:00"
]

application/xml, text/xml

Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <dateTime>2025-08-04T10:15:56.8131995-03:00</dateTime>
  <dateTime>2025-08-04T10:15:56.8131995-03:00</dateTime>
</ArrayOfdateTime>