Hello,
I send the following JSON to smartlock/auth:
{“accountUserId”:NN,“name”:“17.1./Test”,“allowedFromDate”:“2020-01-17T11:00:00.000Z”,“allowedUntilDate”:“2020-01-18T10:00:00.000Z”,“code”:NN,“smartlockIds”:[NN],“remoteAllowed”:false,“smartActionsEnabled”:false,“type”:13}
The reponse 204 says, everything fine and I can see the new user “17.1./Test” in the lock and it works. But the time restriction is not there:
{
“id”: “NN”,
“smartlockId”: NN,
“accountUserId”: NN,
“authId”: 39,
“code”: NN,
“type”: 13,
“name”: “17.1./Test”,
“enabled”: true,
“remoteAllowed”: false,
“lockCount”: 0,
“creationDate”: “2020-01-17T11:09:04.000Z”,
“updateDate”: “2020-01-17T11:09:05.602Z”
}
So why is the time restriction not stored into that account?
Thanks
Tilo