Working hours
This content is for Spring ’26. Switch to the latest version for up-to-date documentation.
Employee working hours anchor visit agendas, territory planning, and user availability. Store operating hours describe when outlets are generally open-useful when building routes and customer-facing expectations. Paste the JSON below into the appropriate Company Config fields so reps and stores inherit consistent defaults until you assign explicit schedules on individual records.
Default working hours
Section titled “Default working hours”The default schedule that should be used for employees that don’t have working hours assigned to them. By default Aforza ships with a 09:00 - 17:30 week day schedule. The below format should be copied and pasted into the Default Working Hours field of your Company Config.
{"StandardHours": [{"WeekDay": "MONDAY","AvailablePeriods": [{"StartTime": "09:00:00.000Z","EndTime": "17:30:00.000Z"}]},{"WeekDay": "TUESDAY","AvailablePeriods": [{"StartTime": "09:00:00.000Z","EndTime": "17:30:00.000Z"}]},{"WeekDay": "WEDNESDAY","AvailablePeriods": [{"StartTime": "09:00:00.000Z","EndTime": "17:30:00.000Z"}]},{"WeekDay": "THURSDAY","AvailablePeriods": [{"StartTime": "09:00:00.000Z","EndTime": "17:30:00.000Z"}]},{"WeekDay": "FRIDAY","AvailablePeriods": [{"StartTime": "09:00:00.000Z","EndTime": "17:30:00.000Z"}]},{"WeekDay": "SATURDAY","AvailablePeriods": [{"StartTime": null,"EndTime": null}]},{"WeekDay": "SUNDAY","AvailablePeriods": [{"StartTime": null,"EndTime": null}]}],"SpecificHours": []}Default operating hours
Section titled “Default operating hours”The default schedule that should be used for stores that don’t have operating hours assigned to them. By default Aforza ships with a 07:00 - 22:00 full week schedule. The below format should be copied and pasted into the Default Operating Hours field of your Company Config.
{"StandardHours": [{"WeekDay": "MONDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "TUESDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "WEDNESDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "THURSDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "FRIDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "SATURDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]},{"WeekDay": "SUNDAY","AvailablePeriods": [{"StartTime": "07:00:00.000Z","EndTime": "22:00:00.000Z"}]}],"SpecificHours": []}