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

Delete Order By Order No

POST
/api/iot/order/record/delete2/
Only order status = 1 or 3 can be delete

Request

Query Params
sign
string 
optional
Example:
{{sign}}
Body Params application/json
order_no
string 
required
Client's order no
timestamps
integer 
required
app_id
string 
required
app id
Example
{
    "order_no": "string",
    "timestamps": 0,
    "app_id": "string"
}

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 -g --request POST 'https://api.bestwond.com/api/iot/order/record/delete2/?sign=375cfce7444af0fd4955ed5c52bc1e55a0597d89b0e8afb3f4face5b5c04d5ab72f1b66f46f09e1f04abe1191505b5ec6f40cd829d1a7d47c41dd9e066f88153' \
--header 'Content-Type: application/json' \
--data-raw '{
    "order_no": "string",
    "timestamps": 0,
    "app_id": "string"
}'

Responses

🟢200OK
application/json
Body
code
integer 
required
msg
string 
required
data
null 
required
Example
{
  "code": 0, 
  "msg": "ok", 
  "data": null
}
Modified at 2025-02-08 01:33:18
Previous
Delete Order
Built with