GET v1/Cidade/Obter/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CidadeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| cidade_id | integer |
Required |
|
| nome | string |
None. |
|
| estado_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cidade_id": 1,
"nome": "sample string 2",
"estado_id": 3
}