GET api/ClientesEndereco/{cep}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cep | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Plusnet.WebStore.BLL.Endereco| Name | Description | Type | Additional information |
|---|---|---|---|
| Cep | string |
Required String length: inclusive between 8 and 8 (CEP) |
|
| Logradouro | string |
Required String length: inclusive between 0 and 64 (Logradouro) |
|
| Numero | string |
Required String length: inclusive between 0 and 16 (Número) |
|
| Complemento | string |
String length: inclusive between 0 and 64 (Complemento) |
|
| Bairro | string |
Required String length: inclusive between 0 and 64 (Bairro) |
|
| Localidade | string |
Required String length: inclusive between 0 and 64 (Localidade) |
|
| Uf | string |
Required String length: inclusive between 2 and 2 (UF) |
Response Formats
application/json, text/json
Sample:
{
"Cep": "sample string 1",
"Logradouro": "sample string 2",
"Numero": "sample string 3",
"Complemento": "sample string 4",
"Bairro": "sample string 5",
"Localidade": "sample string 6",
"Uf": "sample string 7"
}