Skip to main content

Add or Update Working Hours

Save the working hours for a resource.

More than one day can be added with the addition of a trailing number on the Day, From and To parameters i.e. Day1, From1, To1, Day2, From2, To2, etc.

Query String Parameters

NameTypeDescriptionNote
ActionStringResourceWorkingHoursSaveRequired
ResourceIdIntId of the resource.Required
DayStringThe day of the week.Required
FromTimeStart time for the day. Format hh:mm.Required
ToTimeEnd time for the day. Format hh:mm.Required

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ResourceWorkingHoursSave&ResourceId=108131&Day=monday&From=07:00&To=19:00