POST Api/Mobile/ExtratoRepasseExterna
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-02T19:08:12.7479163-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-02T19:08:12.7479163-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 ExtratoRepasseExternaDTOName | Description | Type | Additional information |
---|---|---|---|
CooperadoID | integer |
None. |
|
Nome | string |
None. |
|
Matricula | integer |
None. |
|
FolhaExternaID | integer |
None. |
|
LotacaoID | integer |
None. |
|
NomeLotacao | string |
None. |
|
CPF | string |
None. |
|
DatPagamento | date |
None. |
|
DataPagamentoList | string |
None. |
|
Competencia | integer |
None. |
|
Periodo | string |
None. |
|
CompetenciaList | string |
None. |
|
CompetenciaPagamento | integer |
None. |
|
TipoInfoID | integer |
None. |
|
VerbaFolhaExternaID | string |
None. |
|
Verba | string |
None. |
|
TipoVerbaFolhaID | integer |
None. |
|
Referencia | string |
None. |
|
Ordem | integer |
None. |
|
ValorVerba | decimal number |
None. |
|
Visualiza | integer |
None. |
|
ControleFolhaID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CooperadoID": 1, "Nome": "sample string 2", "Matricula": 3, "FolhaExternaID": 4, "LotacaoID": 5, "NomeLotacao": "sample string 6", "CPF": "sample string 7", "DatPagamento": "2025-08-02T19:08:12.7635256-03:00", "DataPagamentoList": "sample string 9", "Competencia": 10, "Periodo": "sample string 11", "CompetenciaList": "sample string 12", "CompetenciaPagamento": 13, "TipoInfoID": 14, "VerbaFolhaExternaID": "sample string 15", "Verba": "sample string 16", "TipoVerbaFolhaID": 17, "Referencia": "sample string 18", "Ordem": 19, "ValorVerba": 20.1, "Visualiza": 21, "ControleFolhaID": 22 }, { "CooperadoID": 1, "Nome": "sample string 2", "Matricula": 3, "FolhaExternaID": 4, "LotacaoID": 5, "NomeLotacao": "sample string 6", "CPF": "sample string 7", "DatPagamento": "2025-08-02T19:08:12.7635256-03:00", "DataPagamentoList": "sample string 9", "Competencia": 10, "Periodo": "sample string 11", "CompetenciaList": "sample string 12", "CompetenciaPagamento": 13, "TipoInfoID": 14, "VerbaFolhaExternaID": "sample string 15", "Verba": "sample string 16", "TipoVerbaFolhaID": 17, "Referencia": "sample string 18", "Ordem": 19, "ValorVerba": 20.1, "Visualiza": 21, "ControleFolhaID": 22 } ]
application/xml, text/xml
Sample:
<ArrayOfExtratoRepasseExternaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.DTO.App"> <ExtratoRepasseExternaDTO> <CPF>sample string 7</CPF> <Competencia>10</Competencia> <CompetenciaList>sample string 12</CompetenciaList> <CompetenciaPagamento>13</CompetenciaPagamento> <ControleFolhaID>22</ControleFolhaID> <CooperadoID>1</CooperadoID> <DatPagamento>2025-08-02T19:08:12.7635256-03:00</DatPagamento> <DataPagamentoList>sample string 9</DataPagamentoList> <FolhaExternaID>4</FolhaExternaID> <LotacaoID>5</LotacaoID> <Matricula>3</Matricula> <Nome>sample string 2</Nome> <NomeLotacao>sample string 6</NomeLotacao> <Ordem>19</Ordem> <Periodo>sample string 11</Periodo> <Referencia>sample string 18</Referencia> <TipoInfoID>14</TipoInfoID> <TipoVerbaFolhaID>17</TipoVerbaFolhaID> <ValorVerba>20.1</ValorVerba> <Verba>sample string 16</Verba> <VerbaFolhaExternaID>sample string 15</VerbaFolhaExternaID> <Visualiza>21</Visualiza> </ExtratoRepasseExternaDTO> <ExtratoRepasseExternaDTO> <CPF>sample string 7</CPF> <Competencia>10</Competencia> <CompetenciaList>sample string 12</CompetenciaList> <CompetenciaPagamento>13</CompetenciaPagamento> <ControleFolhaID>22</ControleFolhaID> <CooperadoID>1</CooperadoID> <DatPagamento>2025-08-02T19:08:12.7635256-03:00</DatPagamento> <DataPagamentoList>sample string 9</DataPagamentoList> <FolhaExternaID>4</FolhaExternaID> <LotacaoID>5</LotacaoID> <Matricula>3</Matricula> <Nome>sample string 2</Nome> <NomeLotacao>sample string 6</NomeLotacao> <Ordem>19</Ordem> <Periodo>sample string 11</Periodo> <Referencia>sample string 18</Referencia> <TipoInfoID>14</TipoInfoID> <TipoVerbaFolhaID>17</TipoVerbaFolhaID> <ValorVerba>20.1</ValorVerba> <Verba>sample string 16</Verba> <VerbaFolhaExternaID>sample string 15</VerbaFolhaExternaID> <Visualiza>21</Visualiza> </ExtratoRepasseExternaDTO> </ArrayOfExtratoRepasseExternaDTO>