- Cabinet Released Api
- How to Get Box Door Status
- Save And Take By Bw
Open device box
POST
/api/iot/open/box/
API
Request
Query Params
sign
string
required
Body Params application/json
app_id
string
required
device_number
string
required
lock_address
string
required
use_type
string
required
timestamps
integer
required
>= 10000001<= 20000001
Default:
10000001
Example
{
"device_number": "2000012297",
"lock_address": "0101",
"use_type": "S",
"timestamps": 16227727,
"app_id": "bw_de2767d821f911e"
}
Request samples
Python
JavaScript
PHP
Java
Go
Shell
Swift
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Python
JavaScript
PHP
Shell
curl --location --request POST 'https://api.bestwond.com/api/iot/open/box/?sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_number": "2000012297",
"lock_address": "0101",
"use_type": "S",
"timestamps": 16227727,
"app_id": "bw_de2767d821f911e"
}'
Responses
🟢200成功
application/json
Body
code
string
required
data
object
required
app_id
string
required
device_number
string
required
timestamps
integer
required
lock_address
string
required
status
string
required
msg
string
optional
sign
string
required
msg
string
optional
Example
{
"code": 0,
"msg": "Operation successful",
"data": {
"app_id": "bw_de2767d821f911e",
"device_number": "2000012297",
"timestamps": 1689665078,
"lock_address": "0101",
"status": "success",
"msg": "ok",
"task_id": 129531,
"sign": "cad522846f848c84c6f21abe15ef79d87e9c930ac6df216acc221bae662b0abc57b7bd6ac63d7e46dde41d039e9eda566b9dad30ce75ff0233a08971ef9cdc02"
},
"des": ""
}
🟢200Device offline
Modified at 2023-08-14 00:54:59