GET cobrancas_avulsas/BuscaCEP?CEP={CEP}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CEP | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EnderecoCEPContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UF | string |
None. |
|
| CIDADE | string |
None. |
|
| BAIRRO | string |
None. |
|
| TIPO_LOGRADOURO | string |
None. |
|
| LOGRADOURO | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UF": "sample string 1",
"CIDADE": "sample string 2",
"BAIRRO": "sample string 3",
"TIPO_LOGRADOURO": "sample string 4",
"LOGRADOURO": "sample string 5"
}