GET Api/Site/ExtratoRepasseContratos?_cpf={_cpf}&_idTipoInfo={_idTipoInfo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_cpf | string |
Required |
|
_idTipoInfo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ExtratoRepasseContratoName | 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:
<ArrayOfExtratoRepasseContrato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.Site"> <ExtratoRepasseContrato> <ID>1</ID> <Nome>sample string 2</Nome> </ExtratoRepasseContrato> <ExtratoRepasseContrato> <ID>1</ID> <Nome>sample string 2</Nome> </ExtratoRepasseContrato> </ArrayOfExtratoRepasseContrato>