TenantHolidayDto
Tenant-specific custom holiday
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique code for the holiday |
Unique code for the holiday | ||
| date | string | The date of the holiday (format: yyyy-MM-dd) |
The date of the holiday (format: yyyy-MM-dd) | ||
| name | string | Name of the holiday (e.g., "Company Anniversary", "Office Closure") |
Name of the holiday (e.g., "Company Anniversary", "Office Closure") | ||
JSON Example
{
"code": "string",
"date": "2024-01-01",
"name": "string"
}