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": "00d696cd-cff6-42c4-a5ca-de6fc81c2154" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]