GET api/Area/GetAreaByCityId?Cityid={Cityid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Cityid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Area| Name | Description | Type | Additional information |
|---|---|---|---|
| Area_Id | integer |
None. |
|
| AreaName | string |
None. |
|
| CityId | integer |
None. |
|
| CityName | string |
None. |
|
| IsDelete | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Area_Id": 1,
"AreaName": "sample string 2",
"CityId": 3,
"CityName": "sample string 4",
"IsDelete": "sample string 5"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Area_Id":1,"AreaName":"sample string 2","CityId":3,"CityName":"sample string 4","IsDelete":"sample string 5"},{"$ref":"1"}]