GET Location/Cidades/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CidadeName | Description | Type | Additional information |
---|---|---|---|
IDE | integer |
None. |
|
ID | integer |
None. |
|
Nome | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IDE": 1, "ID": 2, "Nome": "sample string 3" }, { "IDE": 1, "ID": 2, "Nome": "sample string 3" } ]