POST callback/bluetooth
Callback for bluetooth metrics and/or calibration messages.
Request Information
URI Parameters
None.
Body Parameters
the different parameters of the flipr
Flipr.Business.Views.BluetoothMessageName | Description | Type | Additional information |
---|---|---|---|
callbackType | Flipr.Data.NoSQL.Device.DataType |
None. |
|
device | string |
None. |
|
data | string |
None. |
|
BeaconToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "callbackType": 0, "device": "sample string 1", "data": "sample string 2", "BeaconToken": "sample string 3" }
text/html
Sample:
{"callbackType":0,"device":"sample string 1","data":"sample string 2","BeaconToken":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.