UpdateTenantHolidayRequest
Request to update a tenant-specific holiday
Properties
| Name | Type | Description |
|---|---|---|
| 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
{
"date": "2024-01-01",
"name": "string"
}