Creates a holiday. Omit ResourceIds and CountryId for global scope; set one list for people or country scope.
Creates a holiday. Omit ResourceIds and CountryId for global scope; set one list for people or country scope.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Request
Reason or label for the holiday (for example, public holiday name or company shutdown).
First calendar day of the holiday (inclusive).
Last calendar day of the holiday (inclusive). Must be on or after DateFrom.
Resources this holiday applies to (people scope). Mutually exclusive with CountryId.
ISO 3166-1 alpha-2 country identifiers this holiday applies to (country scope). Mutually exclusive with ResourceIds.
Response
True if the API call succeeded; false otherwise.