GET Api/Geocontent/GetCountries?ContinentalId={ContinentalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ContinentalId

string

Required

Body Parameters

None.

Response Information

Resource Description

CustomResponseObjectOfIEnumerableOfCountries
NameDescriptionTypeAdditional information
CustomResponseState

boolean

None.

CustomResponseMessage

string

None.

CustomObject

Collection of Countries

None.

CustomRedirectionUri

string

None.

GlobalRequestToken

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomResponseState": true,
  "CustomResponseMessage": "sample string 2",
  "CustomObject": [
    {
      "id": 1,
      "CountryName": "sample string 2",
      "CountryIsoCode": "sample string 3",
      "CountryCapital": "sample string 4",
      "CountryCapitalGmt": "sample string 5",
      "CountryCode": "sample string 6",
      "cultureCode": "sample string 7",
      "phoneCode": "sample string 8"
    },
    {
      "id": 1,
      "CountryName": "sample string 2",
      "CountryIsoCode": "sample string 3",
      "CountryCapital": "sample string 4",
      "CountryCapitalGmt": "sample string 5",
      "CountryCode": "sample string 6",
      "cultureCode": "sample string 7",
      "phoneCode": "sample string 8"
    }
  ],
  "CustomRedirectionUri": "sample string 3",
  "GlobalRequestToken": "sample string 4"
}

text/html

Sample:
{"CustomResponseState":true,"CustomResponseMessage":"sample string 2","CustomObject":[{"id":1,"CountryName":"sample string 2","CountryIsoCode":"sample string 3","CountryCapital":"sample string 4","CountryCapitalGmt":"sample string 5","CountryCode":"sample string 6","cultureCode":"sample string 7","phoneCode":"sample string 8"},{"id":1,"CountryName":"sample string 2","CountryIsoCode":"sample string 3","CountryCapital":"sample string 4","CountryCapitalGmt":"sample string 5","CountryCode":"sample string 6","cultureCode":"sample string 7","phoneCode":"sample string 8"}],"CustomRedirectionUri":"sample string 3","GlobalRequestToken":"sample string 4"}

application/xml, text/xml

Sample:
<CustomResponseObjectOfArrayOfCountriesm4UkzHxs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/we.net.dto">
  <CustomObject>
    <Countries>
      <CountryCapital>sample string 4</CountryCapital>
      <CountryCapitalGmt>sample string 5</CountryCapitalGmt>
      <CountryCode>sample string 6</CountryCode>
      <CountryIsoCode>sample string 3</CountryIsoCode>
      <CountryName>sample string 2</CountryName>
      <cultureCode>sample string 7</cultureCode>
      <id>1</id>
      <phoneCode>sample string 8</phoneCode>
    </Countries>
    <Countries>
      <CountryCapital>sample string 4</CountryCapital>
      <CountryCapitalGmt>sample string 5</CountryCapitalGmt>
      <CountryCode>sample string 6</CountryCode>
      <CountryIsoCode>sample string 3</CountryIsoCode>
      <CountryName>sample string 2</CountryName>
      <cultureCode>sample string 7</cultureCode>
      <id>1</id>
      <phoneCode>sample string 8</phoneCode>
    </Countries>
  </CustomObject>
  <CustomRedirectionUri>sample string 3</CustomRedirectionUri>
  <CustomResponseMessage>sample string 2</CustomResponseMessage>
  <CustomResponseState>true</CustomResponseState>
  <GlobalRequestToken>sample string 4</GlobalRequestToken>
</CustomResponseObjectOfArrayOfCountriesm4UkzHxs>