PUT api/{tenant}/Enderecos/{id}?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | integer |
Required |
|
| tenant | string |
None. |
|
| id | string |
None. |
Body Parameters
EnderecoOdataModelo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Logradouro | string |
None. |
|
| Cep | string |
None. |
|
| BairroId | integer |
None. |
|
| BairroNome | string |
None. |
|
| MunicipioId | integer |
None. |
|
| MunicipioNome | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.