Holidays
Tenant-specific custom holidays (e.g., company anniversary, office closure dates). Provides CRUD operations for managing holidays that are specific to your organization. These holidays are combined with bank holidays (based on Working Days region setting) when calculating task scheduling and holiday adjustments.
-
GET List daysLists all days for the given tenant./tenants/{tenant}/holidays
-
POST Create TenantHolidayCreates a new TenantHoliday for the specified tenant./tenants/{tenant}/holidays
-
GET Get TenantHolidayGets a TenantHoliday for the specified tenant./tenants/{tenant}/holidays/{code}
-
PUT Update TenantHolidayUpdates a TenantHoliday for the specified tenant./tenants/{tenant}/holidays/{code}
-
DELETE Delete TenantHolidayDeletes a TenantHoliday for the specified tenant./tenants/{tenant}/holidays/{code}