Superfy Platform API Documentation


Update Sensor Allocation Settings from Asset API

Require Authentication

This API is used to Update Sensor Allocation Settings from Asset for the company based on combination of deviceID and token.


URL

api/sensors/updateallocation

Required parameter (POST)

Optional parameter

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "c43fa596e7916827106b591e2bb026cd",
  "sensorallocatedID": 1,
  "depthWhenEmpty_cm": 90,
  "distanceSensorToFillLine_cm": 10
}

Possible return HTTP status code

Return message, contains the sensor allocation data with the updated information

{
  "status": "success",
  "message": {
    "sensorallocatedID": 1,
    "sensorsID": 1,
    "projectpinID": 9,
    "name": "test pin type API aedit",
    "iconURL": "http://localhost/sswebdash/assets/images/icons/pins/appsize/32.png",
    "latitude": -6.203551769257,
    "longitude": 106.78137969971,
    "allocationDate": 1462817660,
    "depthWhenEmpty_cm": 90,
    "distanceSensorToFillLine_cm": 10,
    "endDate": 1463685439,
    "companyID": 1
  }
}