POST Api/Mobile/ExtratoRepasseLotacoesExternaV2
Request Information
URI Parameters
None.
Body Parameters
FiltroExtratoRepasseExternaDTOName | Description | Type | Additional information |
---|---|---|---|
CPF | string |
None. |
|
Competencia | integer |
None. |
|
DataPagamento | date |
None. |
|
LotacaoID | integer |
None. |
|
ControleFolhaID | integer |
None. |
|
TipoInfoID | integer |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CPF": "sample string 1", "Competencia": 2, "DataPagamento": "2025-08-02T11:55:17.5209558-03:00", "LotacaoID": 4, "ControleFolhaID": 5, "TipoInfoID": 6, "EMail": "sample string 7" }
application/xml, text/xml
Sample:
<FiltroExtratoRepasseExternaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.DTO.App"> <CPF>sample string 1</CPF> <Competencia>2</Competencia> <ControleFolhaID>5</ControleFolhaID> <DataPagamento>2025-08-02T11:55:17.5209558-03:00</DataPagamento> <EMail>sample string 7</EMail> <LotacaoID>4</LotacaoID> <TipoInfoID>6</TipoInfoID> </FiltroExtratoRepasseExternaDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ExtratoRepasseExternaLotacaoName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Nome | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Nome": "sample string 2" }, { "ID": 1, "Nome": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfExtratoRepasseExternaLotacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.Site"> <ExtratoRepasseExternaLotacao> <ID>1</ID> <Nome>sample string 2</Nome> </ExtratoRepasseExternaLotacao> <ExtratoRepasseExternaLotacao> <ID>1</ID> <Nome>sample string 2</Nome> </ExtratoRepasseExternaLotacao> </ArrayOfExtratoRepasseExternaLotacao>