Description HTTP Request
Assign Leave Allowance Template
POST /api/v2/business/{businessId}/employee/{employeeId}/leaveallowancetemplate/assign/{leaveAllowanceTemplateId}
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 Allowance Template for Employee
GET /api/v2/business/{businessId}/employee/{employeeId}/leaveallowancetemplate
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
Reapply Leave Allowance Template
POST /api/v2/business/{businessId}/leaveallowancetemplate/reapply/{id}
Set Leave Allowances
PUT /api/v2/business/{businessId}/leaveallowances
Update Leave Allowance Template
PUT /api/v2/business/{businessId}/leaveallowancetemplate/{id}