Get Specific Asset Fullness Level Filter API
Require Authentication
This API is used to Get Specific Asset Fullness Level Filter for the company based on combination of deviceID and token.
URL
api/companies/binleveldetail/:fullnessLevelID
Required parameter (in URL)
- :fullnessLevelID «contains fullnessLevelID that want to be looked for. It must be put in the URL, e.g: api/companies/binleveldetail/2»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 200
- 401
- 404
- 405
Return message
{ "status": "success", "message": { "fullnessLevelID": 17, "companyID": 1, "minRange": 10, "maxRange": 100, "createdByUserID": 3, "updatedByUserID": 3, "createdDate": 1478174353, "updatedDate": 1478174353 } }