Skip to content
SynupAPI
Get an API key

BusinessHours__v3

The businessHours field accepts/returns objects for business hours per day. Hours must be specified for all days or none.

Fields

NameTypeRequiredDescription
businessHoursarray of objectoptionalBusiness hours for each day of the week
businessHours[].daystringrequiredDay of the week | Special
MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAYSPECIAL
businessHours[].slotsarray of objectrequiredArray of time slots (minimum 1, maximum 2). Required only if type is OPEN.
businessHours[].slots[].startstringoptionalOpening time. Valid formats: <HH>:<MM>am OR <HH>:<MM>pm
businessHours[].slots[].endstringoptionalClosing time. Valid formats: <HH>:<MM>am OR <HH>:<MM>pm
businessHours[].typestringrequiredType of business hours (e.g., OPEN, CLOSED, OPEN_24x7)
OPENOPEN_24x7CLOSED
businessHours[].specialDatestringoptionalDay should be SPECIAL. Regular hours is mandatory. Regular hours is mandatory for special hours to be allowed