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

Set orders that can be saved in

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

Request

Query Params
sign
string 
required
Obtained through signature
Body Params application/json
app_id
string 
required
App Id
device_number
string 
required
Device Id
timestamps
string 
required
Timestamps
order_no
string 
required
ExpressNumber
box_size
enum<string> 
required
Box size : S small , M middle, L lagger
Allowed values:
SMLSXLX
Example
{
    "device_number": "2100013075",
    "order_no": "100007",
    "box_size": "S",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}

Request 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/set/save/order/?sign' \
--header 'Content-Type: application/json' \
--data-raw '{
    "device_number": "2100013075",
    "order_no": "100007",
    "box_size": "S",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}'

Responses

🟢200成功
application/json
Body
code
string 
required
0 Indicates successful API call
data
object 
required
Data
app_id
string 
required
App Id
device_number
string 
required
Device Id
order_no
string 
required
Lock Address
box_size
string 
required
Box door size
box_name
string 
required
Can be stored in the door, not the actual storage door. When actually storing, first determine whether there is an empty door, and then select a storage option
save_code
string 
required
Deposit code
take_code
string 
required
Pickup code
timestamps
string 
required
Time stamp
status
string 
required
0 indicates successful sending to the device
sign
string 
required
sign
msg
string 
optional
Message
Examples
{
  "code": 0, 
  "msg": "Operation successful", 
  "data": {
    "app_id": "bw_de2767d821f911e", 
    "device_number": "2000012297", 
    "timestamps": 1689746391, 
    "order_no": "100007", 
    "box_name": "05,07,06,09,08,12,10,11,20,18,23,24,17,22", 
    "box_size": "S", 
    "save_code": "875813", 
    "pick_code": "632118", 
    "status": "success", 
    "msg": "ok"
  }, 
  "des": ""
}
Modified at 2023-08-14 00:55:57
Previous
Get device box door open status
Next
Get device box doors that can be stored
Built with