Attendance
Attendance endpoints of the REST API for RISE CRM v2.1.0: 6 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List all Attendance Records
/api/attendance - POST Add Attendance Record
/api/attendance - DELETE Delete Attendance
/api/attendance/{id} - GET Get Attendance by ID
/api/attendance/{id} - PUT Update Attendance
/api/attendance/{id} - GET Search Attendance
/api/attendance/search/{keyword}
See these endpoints in full on the complete API reference.