GET api/ActionService/GetCountryMobileCodes

Documentation for 'GetCountryMobileCodes'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": [
    {
      "CountryID": 1,
      "ConceptID": 2,
      "Name": "sample string 3",
      "MobilePrefixCode": "sample string 4"
    },
    {
      "CountryID": 1,
      "ConceptID": 2,
      "Name": "sample string 3",
      "MobilePrefixCode": "sample string 4"
    },
    {
      "CountryID": 1,
      "ConceptID": 2,
      "Name": "sample string 3",
      "MobilePrefixCode": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseBaseOfArrayOfCountryMobileK8eNC3q0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
    <d2p1:CountryMobile>
      <d2p1:ConceptID>2</d2p1:ConceptID>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:MobilePrefixCode>sample string 4</d2p1:MobilePrefixCode>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:CountryMobile>
    <d2p1:CountryMobile>
      <d2p1:ConceptID>2</d2p1:ConceptID>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:MobilePrefixCode>sample string 4</d2p1:MobilePrefixCode>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:CountryMobile>
    <d2p1:CountryMobile>
      <d2p1:ConceptID>2</d2p1:ConceptID>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:MobilePrefixCode>sample string 4</d2p1:MobilePrefixCode>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:CountryMobile>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfArrayOfCountryMobileK8eNC3q0>