POST api/AdminSettingsSystem/SaveCountryPhoneCode
AdmSaveCountryPhoneCode
Request Information
URI Parameters
None.
Body Parameters
SaveCountryPhoneCodeName | Description | Type | Additional information |
---|---|---|---|
CountryID | integer |
None. |
|
PhoneCode | string |
None. |
|
PhoneCodeLength | string |
None. |
|
PhoneCodeActive | boolean |
None. |
|
PhoneCodeDescr | string |
None. |
|
PhoneCodeAlertText | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryID": 1, "PhoneCode": "sample string 1", "PhoneCodeLength": "sample string 2", "PhoneCodeActive": true, "PhoneCodeDescr": "sample string 3", "PhoneCodeAlertText": "sample string 4", "UserUUIDCur": "63a35145-75e5-4d0d-b332-6397c4454c15" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}