POST Api/Mobile/SendExtratoRepasseExternaV2

Request Information

URI Parameters

None.

Body Parameters

FiltroExtratoRepasseExternaDTO
NameDescriptionTypeAdditional information
CPF

string

None.

Competencia

integer

None.

DataPagamento

date

None.

LotacaoID

integer

None.

ControleFolhaID

integer

None.

TipoInfoID

integer

None.

EMail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CPF": "sample string 1",
  "Competencia": 2,
  "DataPagamento": "2025-08-02T22:32:56.6312279-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-02T22:32:56.6312279-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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.