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 doors that can be stored

POST
/api/iot/kd/get/can/save/box/
Set orders that can be saved : https://api.bestwond.com/api/iot/kd/set/save/order/

Request

Query Params

Body Params application/json

Example
{
    "device_number": "2100013075",
    "box_size": "S",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}

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/kd/get/can/save/box/?sign' \
--header 'Content-Type: application/json' \
--data-raw '{
    "device_number": "2100013075",
    "box_size": "S",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}'

Responses

🟢200OK
application/json
Body

Examples
{
  "code": 0, 
  "msg": "Operation successful", 
  "data": {
    "can_save_box_list": "05,07,06,09,08,12,10,11,20,18,23,24,17,22"
  }, 
  "des": "If can_save_box_list equals empty, you can still save order, may be when you save, has empty boxes, this is decided by you"
}
Modified at 2023-08-14 00:55:51
Previous
Set orders that can be saved in
Next
Get device box used info
Built with