GET api/Enquiry/GetCountry?Token={Token}
Documentation for 'GetCountry'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtCountry | Documentation for 'dtCountry'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Token": "sample string 1",
"COUNTRYCODE": "sample string 2",
"CID": 3,
"COUNTRYNAME": "sample string 4",
"NOOFMOBILEDIGITS": 5,
"ISOCODE": "sample string 6",
"ISDCODE": "sample string 7",
"ICONPATH": "sample string 8"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]