GET Api/Site/ExtratoRepasseAjusteFaturamento?_cpf={_cpf}&_dtPagamento={_dtPagamento}&_cdContrato={_cdContrato}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_cpf

string

Required

_dtPagamento

date

Required

_cdContrato

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExtratoRepasseAjusteFaturamento
NameDescriptionTypeAdditional information
ID_CONTRATO

integer

None.

NomeContrato

string

None.

DatPagamento

date

None.

ID_ControleFolha

integer

None.

PeriodoFaturamento

string

None.

ID_Cooperado

integer

None.

Nome

string

None.

CPF

string

None.

Matricula

integer

None.

Competencia

integer

None.

ID_Verba

string

None.

Verba

string

None.

Observacao

string

None.

Valor

decimal number

None.

ID_TipoAjusteFaturamento

string

None.

_TipoAjusteFaturamento

string

None.

ID_TipoLancamento

string

None.

TipoLancamento

string

None.

ID_Setor

string

None.

Setor

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_CONTRATO": 1,
    "NomeContrato": "sample string 2",
    "DatPagamento": "2025-08-03T07:02:34.3142353-03:00",
    "ID_ControleFolha": 4,
    "PeriodoFaturamento": "sample string 5",
    "ID_Cooperado": 6,
    "Nome": "sample string 7",
    "CPF": "sample string 8",
    "Matricula": 9,
    "Competencia": 10,
    "ID_Verba": "sample string 11",
    "Verba": "sample string 12",
    "Observacao": "sample string 13",
    "Valor": 14.1,
    "ID_TipoAjusteFaturamento": "sample string 15",
    "_TipoAjusteFaturamento": "sample string 16",
    "ID_TipoLancamento": "sample string 17",
    "TipoLancamento": "sample string 18",
    "ID_Setor": "sample string 19",
    "Setor": "sample string 20"
  },
  {
    "ID_CONTRATO": 1,
    "NomeContrato": "sample string 2",
    "DatPagamento": "2025-08-03T07:02:34.3142353-03:00",
    "ID_ControleFolha": 4,
    "PeriodoFaturamento": "sample string 5",
    "ID_Cooperado": 6,
    "Nome": "sample string 7",
    "CPF": "sample string 8",
    "Matricula": 9,
    "Competencia": 10,
    "ID_Verba": "sample string 11",
    "Verba": "sample string 12",
    "Observacao": "sample string 13",
    "Valor": 14.1,
    "ID_TipoAjusteFaturamento": "sample string 15",
    "_TipoAjusteFaturamento": "sample string 16",
    "ID_TipoLancamento": "sample string 17",
    "TipoLancamento": "sample string 18",
    "ID_Setor": "sample string 19",
    "Setor": "sample string 20"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExtratoRepasseAjusteFaturamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.Site">
  <ExtratoRepasseAjusteFaturamento>
    <CPF>sample string 8</CPF>
    <Competencia>10</Competencia>
    <DatPagamento>2025-08-03T07:02:34.3142353-03:00</DatPagamento>
    <ID_CONTRATO>1</ID_CONTRATO>
    <ID_ControleFolha>4</ID_ControleFolha>
    <ID_Cooperado>6</ID_Cooperado>
    <ID_Setor>sample string 19</ID_Setor>
    <ID_TipoAjusteFaturamento>sample string 15</ID_TipoAjusteFaturamento>
    <ID_TipoLancamento>sample string 17</ID_TipoLancamento>
    <ID_Verba>sample string 11</ID_Verba>
    <Matricula>9</Matricula>
    <Nome>sample string 7</Nome>
    <NomeContrato>sample string 2</NomeContrato>
    <Observacao>sample string 13</Observacao>
    <PeriodoFaturamento>sample string 5</PeriodoFaturamento>
    <Setor>sample string 20</Setor>
    <TipoLancamento>sample string 18</TipoLancamento>
    <Valor>14.1</Valor>
    <Verba>sample string 12</Verba>
    <_TipoAjusteFaturamento>sample string 16</_TipoAjusteFaturamento>
  </ExtratoRepasseAjusteFaturamento>
  <ExtratoRepasseAjusteFaturamento>
    <CPF>sample string 8</CPF>
    <Competencia>10</Competencia>
    <DatPagamento>2025-08-03T07:02:34.3142353-03:00</DatPagamento>
    <ID_CONTRATO>1</ID_CONTRATO>
    <ID_ControleFolha>4</ID_ControleFolha>
    <ID_Cooperado>6</ID_Cooperado>
    <ID_Setor>sample string 19</ID_Setor>
    <ID_TipoAjusteFaturamento>sample string 15</ID_TipoAjusteFaturamento>
    <ID_TipoLancamento>sample string 17</ID_TipoLancamento>
    <ID_Verba>sample string 11</ID_Verba>
    <Matricula>9</Matricula>
    <Nome>sample string 7</Nome>
    <NomeContrato>sample string 2</NomeContrato>
    <Observacao>sample string 13</Observacao>
    <PeriodoFaturamento>sample string 5</PeriodoFaturamento>
    <Setor>sample string 20</Setor>
    <TipoLancamento>sample string 18</TipoLancamento>
    <Valor>14.1</Valor>
    <Verba>sample string 12</Verba>
    <_TipoAjusteFaturamento>sample string 16</_TipoAjusteFaturamento>
  </ExtratoRepasseAjusteFaturamento>
</ArrayOfExtratoRepasseAjusteFaturamento>