GET Miscellaneous/GetCountryCallingCodes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryCallingCode| Name | Description | Type | Additional information |
|---|---|---|---|
| CallingCodeID | integer |
None. |
|
| CallingCode | string |
None. |
|
| CountryID | integer |
None. |
|
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CallingCodeID": 1,
"CallingCode": "sample string 2",
"CountryID": 3,
"CountryName": "sample string 4",
"CountryCode": "sample string 5"
},
{
"CallingCodeID": 1,
"CallingCode": "sample string 2",
"CountryID": 3,
"CountryName": "sample string 4",
"CountryCode": "sample string 5"
}
]
text/html
Sample:
[{"CallingCodeID":1,"CallingCode":"sample string 2","CountryID":3,"CountryName":"sample string 4","CountryCode":"sample string 5"},{"CallingCodeID":1,"CallingCode":"sample string 2","CountryID":3,"CountryName":"sample string 4","CountryCode":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfCountryCallingCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
<CountryCallingCode>
<CallingCode>sample string 2</CallingCode>
<CallingCodeID>1</CallingCodeID>
<CountryCode>sample string 5</CountryCode>
<CountryID>3</CountryID>
<CountryName>sample string 4</CountryName>
</CountryCallingCode>
<CountryCallingCode>
<CallingCode>sample string 2</CallingCode>
<CallingCodeID>1</CallingCodeID>
<CountryCode>sample string 5</CountryCode>
<CountryID>3</CountryID>
<CountryName>sample string 4</CountryName>
</CountryCallingCode>
</ArrayOfCountryCallingCode>