GET api/Registration/getCountryCode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PhoneCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Title | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"Title": "sample string 2",
"Value": "sample string 3"
}