POST api/getcities
Request Information
URI Parameters
None.
Body Parameters
RequestParamCity| Name | Description | Type | Additional information |
|---|---|---|---|
| stateId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"stateId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CityDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Row | integer |
None. |
|
| CityId | integer |
None. |
|
| CityName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Row": 1,
"CityId": 1,
"CityName": "sample string 2"
},
{
"$ref": "1"
}
]