POST api/AdminSettingsSystem/GetAPI
AdmGetAPI
Request Information
URI Parameters
None.
Body Parameters
GetAPIName | Description | Type | Additional information |
---|---|---|---|
APIID | integer |
None. |
|
CountryID | integer |
None. |
|
CountryActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "APIID": 1, "CountryID": 1, "CountryActive": true, "UserUUIDCur": "620aee43-0074-4f51-84b2-2a327e92c3b5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]