POST api/AdminSettingsSystem/GetCountryPhoneCode

AdmGetCountryPhoneCode

Request Information

URI Parameters

None.

Body Parameters

GetCountryPhoneCode
NameDescriptionTypeAdditional 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": "97a69507-fc74-4c69-815a-926b9efe0d17"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]