Description | HTTP Request |
---|---|
Create Leave Allowance Template |
POST /api/v2/business/{businessId}/leaveallowancetemplate |
Delete Leave Allowance Template |
DELETE /api/v2/business/{businessId}/leaveallowancetemplate/{id} |
Get Leave Allowance Template by ID |
GET /api/v2/business/{businessId}/leaveallowancetemplate/{id} |
Get Leave Allowances for All Employees |
GET /api/v2/business/{businessId}/leaveallowances |
Get Leave Allowances for Employee |
GET /api/v2/business/{businessId}/leaveallowances/{employeeId} |
List Leave Allowance Templates |
GET /api/v2/business/{businessId}/leaveallowancetemplate |
Set Leave Allowances |
PUT /api/v2/business/{businessId}/leaveallowances |
Update Leave Allowance Template |
PUT /api/v2/business/{businessId}/leaveallowancetemplate/{id} |
Powered by DapperDox