API Docs / Schemas / TenantHolidayDto

TenantHolidayDto

Tenant-specific custom holiday

Properties

Name Type Description
codestring

Unique code for the holiday

Unique code for the holiday

datestring

The date of the holiday (format: yyyy-MM-dd)

The date of the holiday (format: yyyy-MM-dd)

namestring

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"
}

Used By Operations

Contained in Schemas