Leave Case Notifications

This resource allows you to activate, deactivate, copy, create, retrieve, update, and delete notifications configured for a Leave case.

Notifications have two types: limit-based notifications and date-based notifications. These notifications assist the Leave administrator or the employee on the Leave case.

Operations


Activate Leave Case Notification by ID
POST /v1/leave/leave_cases/notifications/{id}/activate


Copy Leave Case Notification by ID
POST /v1/leave/leave_cases/notifications/{id}/copy


Create Leave Case Notification
POST /v1/leave/leave_cases/notifications


Deactivate Leave Case Notification by ID
POST /v1/leave/leave_cases/notifications/{id}/deactivate


Delete Leave Case Notification by ID
DELETE /v1/leave/leave_cases/notifications/{id}


Retrieve Leave Case Notification by ID
GET /v1/leave/leave_cases/notifications/{id}


Retrieve Leave Case Notifications
GET /v1/leave/leave_cases/notifications


Update Leave Case Notification by ID
POST /v1/leave/leave_cases/notifications/{id}