POST api/GetCountryMobileCode

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CountryMobileCodeOut
NameDescriptionTypeAdditional information
CountryCode

string

None.

telCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CountryCode": "sample string 1",
  "telCode": "sample string 2"
}

application/xml, text/xml

Sample:
<CountryMobileCodeOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <CountryCode>sample string 1</CountryCode>
  <telCode>sample string 2</telCode>
</CountryMobileCodeOut>