GET api/SearchCountry

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Id": 1,
    "CountryCode": "sample string 2",
    "Name": "sample string 3",
    "Type": "sample string 4"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.edgeRefrence">
  <Country>
    <CountryCode>sample string 2</CountryCode>
    <Id>1</Id>
    <Name>sample string 3</Name>
    <Type>sample string 4</Type>
  </Country>
  <Country>
    <CountryCode>sample string 2</CountryCode>
    <Id>1</Id>
    <Name>sample string 3</Name>
    <Type>sample string 4</Type>
  </Country>
  <Country>
    <CountryCode>sample string 2</CountryCode>
    <Id>1</Id>
    <Name>sample string 3</Name>
    <Type>sample string 4</Type>
  </Country>
</ArrayOfCountry>