GET api/F2UCountryList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CountryList
NameDescriptionTypeAdditional information
PromptMessage

string

None.

CountryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PromptMessage": "sample string 1",
    "CountryName": "sample string 2"
  },
  {
    "PromptMessage": "sample string 1",
    "CountryName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCountryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Models">
  <CountryList>
    <CountryName>sample string 2</CountryName>
    <PromptMessage>sample string 1</PromptMessage>
  </CountryList>
  <CountryList>
    <CountryName>sample string 2</CountryName>
    <PromptMessage>sample string 1</PromptMessage>
  </CountryList>
</ArrayOfCountryList>