GET api/City/GetCityByCountryId?countryId={countryId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfCityName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "CityId": "be790144-325b-40b7-af87-bc7b32bb51e3", "CityName": "sample string 2" }, { "CityId": "be790144-325b-40b7-af87-bc7b32bb51e3", "CityName": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }