POST api/AdminSettingsSystem/GetAPI

AdmGetAPI

Request Information

URI Parameters

None.

Body Parameters

GetAPI
NameDescriptionTypeAdditional 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": "b1f6093b-dd65-4213-96df-ecf876c8c230"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]