GET api/StudentAPI/GetCityList?StateId={StateId}
Documentation for 'GetCityList'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StateId | Documentation for 'StateId'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"data": {},
"Counter": 4
}