POST api/AdminSettingsSystem/GetCountryPhoneCode
AdmGetCountryPhoneCode
Request Information
URI Parameters
None.
Body Parameters
GetCountryPhoneCode| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| CountryActive | boolean |
None. |
|
| PhoneCodeActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"CountryActive": true,
"PhoneCodeActive": true,
"UserUUIDCur": "8ddaf02b-6f20-4467-9771-e41b36157b39"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]