assignWorkingHoursSchedule( )


Updates a staff member's working hours based on the specified schedule ID.

Default working hours

By default, staff members work during the opening hours of the business's default location.

Schedule ID

You can specify either the ID of the business's working hour schedule or the staff member's event schedule. The call fails if you specify a different schedule ID.

Staff event schedule

To customize a staff member's working hours, specify their event schedule ID as scheduleId. Refer to this sample flow for more details.

Business working hour schedule

To reset a staff member's working hours to the default business hours, specify the ID of the business working hour schedule as scheduleId.

Method Declaration
Copy
Method Parameters
staffMemberIdstringRequired

ID of the staff member to assign the schedule to.


scheduleIdstringRequired

ID of the schedule to assign to the staff member.

Must be either the staff member's event schedule ID or the working hour schedule ID for a business location.


optionsAssignWorkingHoursScheduleOptions

Options for setting the staff member's working hours schedule.

Returns
Return Type:Promise<AssignWorkingHoursScheduleResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?