POST api/{apiVersion}/City/GetCityByCountryId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CityRequest
NameDescriptionTypeAdditional information
CountryId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": "aea045a5-f151-4da0-a655-80edf852c214"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfCity
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "CityId": "a773ee14-023b-483a-9f6c-e6e5856875df",
      "CityName": "sample string 2"
    },
    {
      "CityId": "a773ee14-023b-483a-9f6c-e6e5856875df",
      "CityName": "sample string 2"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}