You can use this endpoint to update the configurations to use Custom Suprema times. These times are used when syncing users to Suprema modules.
Name | Type | Required | Description |
---|---|---|---|
p_companyID | string | Yes | The security code you have been provided with, string (32) |
p_useCustomSupremaTimes | string | Yes | 0 or 1 |
p_customSupremaStartTime | string | Yes | The start time for Suprema devices. Format hh:ii |
p_customSupremaEndTime | string | Yes | The end time for Suprema devices. Format hh:ii |
ERROR_UNKNOWN_SECURITY_HASH – no company found based on the security hash used as parameter
ERROR_NO_SECURITY_HASH – no security hash has been provided when the call was made
INVALID_TIME_FORMAT - the values for p_customSupremaStartTime or p_customSupremaEndTime are not in the right format.
CAN_NOT_SAVE_CONFIGURATIONS - an error occured and the configurations can not be saved.
UPDATED - the configurations have been updated.
Sample
Response