This object provides Holiday Hours data associated with a location. The data is from the current date forward: historical Holiday Hours are not provided.
Type | Name | Description |
---|---|---|
Int | ID | Bullseye internal ID. |
Int | LocationID | ID of the Location containing the Holiday Hours. |
Nullable Int | HolidayCountryID | The Holiday Country record that these Holiday Hours are associated with. |
String | HolidayName | Name of the Holiday, if applicable. |
DateTime | HolidayDate | Date for this particular set of hours. |
DateTime | OpeningDateAndTime | Contains the opening time for this particular date. If the Location is closed, the time is 00:00:00. |
DateTime | ClosingDateAndTime | Contains the closing time for this particular date. If the Location is closed, the time is 00:00:00. |
Boolean | Closed | Indicates the Location is closed on that date. |
String | Name | A value to be used in place of the Holiday Name. |
String | HolidayCountryThirdPartyID | A defined Third Party ID for an instance of a holiday in a specific year for a specific country. i.e., Christmas2023US. |