|
|
Set hotel card sector
https://api.sciener.com/v3/lock/setHotelCardSector
The lock will only read the set sectors of hotel cards.
1. Description
| Name |
Type |
Required |
Description |
| clientId |
String |
Y |
The app_id which is assigned by system when you create an application |
| accessToken |
String |
Y |
Access token |
| lockId |
Int |
Y |
Lock ID |
| sector |
String |
Y |
Hotel card sector, format:1,2,3,4,5,6,7,8,9,10 |
| date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
| Parameter |
Type |
Description |
| errcode |
Int |
Error code |
| errmsg |
String |
Error message |
|