Cabinet Api For Bestwond
  1. Save And Take By Bw
Cabinet Api For Bestwond
  • Cabinet Released Api
    • Open device box
      POST
    • Screen display settings
      POST
    • Get device status
      POST
    • Get device box list
      POST
    • Get device list
      POST
    • Get device box log
      POST
  • How to Get Box Door Status
    • User API
      • Get box status api: User API
    • Set api for get box door open status
      POST
    • Get device box door open status
      POST
  • Save And Take By Bw
    • Set orders that can be saved in
      POST
    • Get device box doors that can be stored
      POST
    • Get device box used info
      POST
    • Express storage and retrieval API
      POST
    • Get device box save order info
      POST
    • Set Express storage and retrieval Webhook
      POST
    • Delete Order
      POST
    • Delete Order By Order No
      POST
  1. Save And Take By Bw

Get device box save order info

POST
/api/iot/device/get/box/save/info/
Get device box save order info: https://api.bestwond.com/api/iot/device/get/box/save/info/

Request

Query Params

Body Params application/json

Example
{
    "app_id": "bw_de2767d821f911e",
    "device_number": "2100013075",
    "box_name": "01",
    "timestamps": 6544215251125
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.bestwond.com/api/iot/device/get/box/save/info/?sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_id": "bw_de2767d821f911e",
    "device_number": "2100013075",
    "box_name": "01",
    "timestamps": 6544215251125
}'

Responses

🟢200OK
application/json
Body

Example
{
  "code": 0, 
  "msg": "Operation successful", 
  "data": [
    {
      "box_id": 9534, 
      "box_size": "L", 
      "box_name": "01", 
      "lock_address": "0101", 
      "device_number": "2000012297", 
      "box_status": 1, 
      "enable_status": 1, 
      "order_no": "6903244679947", 
      "save_time": "2023-01-10 18:02:19"
    }
  ], 
  "des": ""
}
Modified at 2023-08-14 00:56:07
Previous
Express storage and retrieval API
Next
Set Express storage and retrieval Webhook
Built with