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