GET api/City/GetCityByCityId?Cityid={Cityid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Cityid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
City| Name | Description | Type | Additional information |
|---|---|---|---|
| City_Id | integer |
None. |
|
| State_Id | integer |
None. |
|
| CityName | string |
None. |
|
| StateName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"City_Id": 1,
"State_Id": 2,
"CityName": "sample string 3",
"StateName": "sample string 4"
}
application/octet-stream
Sample:
{"$id":"1","City_Id":1,"State_Id":2,"CityName":"sample string 3","StateName":"sample string 4"}