type = the type of the authorization: 0 … app, 1 … bridge, 2 … fob, 3 … keypad, 13 … keypad code, 14 … z-key, 15 … virtual
For creating an auth for keypad, you must set type = 13
Setting the “allowedFromDate” and “allowedUntilDate” set the time permissions only during these dates.
“allowedFromTime” and “allowedUntilTime” define the time period between this duration, when lock/unlock command is allowed.
For eg.
If
allowedFromDate = 2023-08-01T09:00:00.000Z,
allowedUntilDate = 2023-08-03T20:00:00.000Z,
allowedFromTime = 720,
allowedUntilTime = 840,
then lock/unlock is only allowed between 01.08 to 03.02 from 12pm to 2pm everyday.
You can see these descriptions in the Swagger, under Model.
@LTR did you find a solution for this in the end? The answer provided is not really helpful to me - I am sending it exactly the same way as you which is the way it is documented in Swagger, but it is simply ignoring the dates…