POST api/AdminSettingsSystem/SaveCountryPhoneCode

AdmSaveCountryPhoneCode

Request Information

URI Parameters

None.

Body Parameters

SaveCountryPhoneCode
NameDescriptionTypeAdditional 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": "98775c31-ab1e-42b1-9c3d-8f094bde44d4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}