POST api/AdminSettingsSystem/GetCountry

AdmGetCountry

Request Information

URI Parameters

None.

Body Parameters

GetCountry
NameDescriptionTypeAdditional information
CountryID

integer

None.

CountryActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "CountryActive": true,
  "UserUUIDCur": "b4d875a7-1014-4c0f-92a2-be6461ecb18f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]