Holidays

Populate the global holidays catalog for a year (nationals + municipals)

Idempotently seeds Z_HolidaysCatalog with Portuguese national and municipal holidays for the given year. The catalog is global (no idcompany), shared across all tenants. Each company then chooses which of these apply to them by hiding the ones they don't observe or adding their own customs.

post/api/holidays/seed/{year}

Path parameters

yearinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/holidays/seed/{year}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes