Superfy Platform API Documentation


Allocate Sensor to Asset API

Require Authentication

This API is used to allocate specific sensor to asset for the company based on combination of deviceID and token.


URL

api/sensors/allocate

Required parameter (POST)

Optional parameter

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "c43fa596e7916827106b591e2bb026cd",
  "sensorsID": 1,
  "projectpinID": 9,
  "depthWhenEmpty_cm": 100,
  "distanceSensorToFillLine_cm": 10,
  "deallocatedOld": "Y"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "sensorallocatedID": 6,
    "sensorsID": 1,
    "projectpinID": 9,
    "name": "test pin type API a",
    "iconURL": "http://localhost/sswebdash/assets/images/icons/pins/appsize/32.png",
    "latitude": -6.201930522919,
    "longitude": 106.780265808105,
    "allocationDate": 1463685089,
    "depthWhenEmpty_cm": 100,
    "distanceSensorToFillLine_cm": 10,
    "endDate": 0,
    "companyID": 1
  }
}