Operations about the configuration of the attendance status and rule.
Method |
GET |
Description |
Get the attendance status and rule. |
Query |
format: determine the format of request or response message. attendanceStatus: attendance status, it can be set to one of the following values: "checkIn"-check in, "checkOut"-check out, "breakOut"-break out, "breakIn"-break in, "overtimeIn"-overtime in, "overtimeOut"-overtime out, e.g., /ISAPI/AccessControl/attendanceStatusRuleCfg?attendanceStatus=checkIn&format=json. |
Request |
None. |
Response |
Succeeded: JSON_AttendanceStatusRuleCfg Failed: JSON_ResponseStatus |
Method |
PUT |
Description |
Set the attendance status and rule. |
Query |
format: determine the format of request or response message. attendanceStatus: attendance status, it can be set to one of the following values: "checkIn"-check in, "checkOut"-check out, "breakOut"-break out, "breakIn"-break in, "overtimeIn"-overtime in, "overtimeOut"-overtime out, e.g., /ISAPI/AccessControl/attendanceStatusRuleCfg?attendanceStatus=checkIn&format=json. |
Request |
|
Response |