POST api/Values/GetValue

Request Information

URI Parameters

None.

Body Parameters

AuthenticationMacIdSensorType
NameDescriptionTypeAdditional information
SensorType

integer

None.

Token

string

None.

MacId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SensorType": 1,
  "Token": "sample string 2",
  "MacId": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}