GuidesAPI Reference
Guides

OpeningHoursDetailsType

OpeningHoursDetailType defines the opening hours for each day of week, and supports several time periods per day.

ElementData TypeMandatoryDescription
daymaskIntegerNoA mask representing the days of the week as an 8-bit integer mask.The following values indicate days of the week:
1Sunday
2Monday
4Tuesday
8Wednesday
16Thursday
32Friday
64Saturday
Combinations of days can be derived by adding the values together. For example: 62 equals Monday, Tuesday, Wednesday, Thursday, Friday (2+4+8+16+32). and 127 equals Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday (1+2+4+8+16+32+64).
periodTimePeriodTypeNoOpening time period