https://api.sciener.com/v3/lock/setHotelCardSector
If you want to keep some of the sectors for other software, you can set the lock to use other hotel card sectors.
Alert:You must firstly modify the hotel card sector by APP SDK before you request this API
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxxcurl --location -g --request POST 'https://api.sciener.com/v3/lock/setHotelCardSector' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'lockId=163377' \--data-urlencode 'sector=1,2,3,4,5,6,7,8,9,10' \--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| lockId | Int | Y | Lock ID, generated by Lock init |
| sector | String | Y | Hotel card sector,for example:1,2,3,4,5,6,7,8,9,10 for sectors 1 to 10 |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| errcode | Int | Error code |
| errmsg | String | Error message |
xxxxxxxxxx{"errcode": 0,"errmsg": "none error message"}