POST api/AdminSettingsSystem/GetCountryPhoneCode
AdmGetCountryPhoneCode
Request Information
URI Parameters
None.
Body Parameters
GetCountryPhoneCodeName | 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": "bc7e1ffa-0d01-43a5-9d55-1c8f86976e63" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]