POST api/AdminSettingsSystem/GetAPI
AdmGetAPI
Request Information
URI Parameters
None.
Body Parameters
GetAPI| Name | 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": "a6f217ff-375c-4342-844c-86c8921683f9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]