GET Api/Site/ExtratoRepasseLotacoesExternaV2?_cpf={_cpf}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_cpf | string |
Required |
Body Parameters
None.
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>