POST api/AdminSettingsSystem/SaveCountryPhoneCode
AdmSaveCountryPhoneCode
Request Information
URI Parameters
None.
Body Parameters
SaveCountryPhoneCode| Name | 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": "028c2bb5-111a-41cc-bdbe-c6e83927db44"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}