POST api/AdminSettingsSystem/GetCountry
AdmGetCountry
Request Information
URI Parameters
None.
Body Parameters
GetCountry| Name | 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": "a819285a-fbab-4c42-bbb9-b0a6a0ed1efb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]