POST api/AdminSettingsSystem/GetCountry
AdmGetCountry
Request Information
URI Parameters
None.
Body Parameters
GetCountryName | Description | Type | Additional information |
---|---|---|---|
CountryID | integer |
None. |
|
CountryActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryID": 1, "CountryActive": true, "UserUUIDCur": "1b5fd3d8-3564-468f-937e-d25845bf405d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]