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": "acf381e7-19cb-48a8-9606-9fbdb7ce5c43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]