GET Api/Site/ExtratoRepasseLotacoesExterna?_cpf={_cpf}&_competencia={_competencia}&_idTipoInfo={_idTipoInfo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_cpf

string

Required

_competencia

integer

Required

_idTipoInfo

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExtratoRepasseExternaLotacao
NameDescriptionTypeAdditional 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>