POST api/v100/PedestalChecker

Get current API Status. Each version of the mobile application in each platform will have its own unique apikey. The host may deprecate an application version.

Request Information

URI Parameters

None.

Headers

NameDescriptionTypeAdditional information
appkey

Ej. abcdefghijk

None.

session

Ej. 1234567890

None.

Body Parameters

RqPedestalChecker
NameDescriptionTypeAdditional information
method

method

integer

Required

serial

serial

string

Required

salt

salt

string

Required

Request Formats

application/json, text/json

Sample:
{
  "method": 1,
  "serial": "sample string 2",
  "salt": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RqPedestalChecker'.

Response Information

Resource Description

RsPedestalChecker
NameDescriptionTypeAdditional information
data

data

string

Required

Response Formats

application/json, text/json

Sample:
{
  "data": "sample string 1"
}