POST api/Values/GetValue
Request Information
URI Parameters
None.
Body Parameters
AuthenticationMacIdSensorType| Name | Description | Type | Additional 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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}