Superfy Platform API Documentation


Update Specific Asset Fullness Level Filter API

Require Authentication

This API is used to Update Specific Asset Fullness Level Filter in the company based on combination of deviceID and token.


URL

api/companies/binleveledit/:fullnessLevelID

Required parameter (in URL)

Required parameter (POST)

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "c43fa596e7916827106b591e2bb026cd",
  "maxRange": 12,
  "minRange": 12
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "fullnessLevelID": 17,
    "companyID": 1,
    "minRange": 10,
    "maxRange": 100,
    "createdByUserID": 3,
    "updatedByUserID": 3,
    "createdDate": 1478174353,
    "updatedDate": 1478174353
  }
}