https://api.sciener.com/v3/gateway/transfer
The Selected Gateway(s) will be Permanently Transferred to the receiver accout.
Notice:The lock and gateway must belong to the same administrator account, otherwise, they can't connect each other. You should also transfer the related locks to the receiver account, refer to cloud API: Transfer lock.
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxxcurl --location -g --request POST 'https://api.sciener.com/v3/gateway/transfer' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'receiverUsername=lock@google.com' \--data-urlencode 'gatewayIdList=[78979,78980]' \--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 |
| receiverUsername | String | Y | The receiver's username, must be a registered account. |
| gatewayIdList | String | Y | Gateway ID list, example:[1234,3332] |
| 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"}