Leave Applications
Leave Applications 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 Leave Applications
/api/leave-applications - POST Add Leave Application
/api/leave-applications - DELETE Delete Leave Application
/api/leave-applications/{id} - GET Get Leave Application by ID
/api/leave-applications/{id} - PUT Update Leave Application
/api/leave-applications/{id} - GET Search Leave Applications
/api/leave-applications/search/{keyword}
See these endpoints in full on the complete API reference.