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
Name | Type | Description | Note |
---|---|---|---|
Action | String | ResourceWorkingHoursSave | Required |
ResourceId | Int | Id of the resource. | Required |
Day | String | The day of the week. | Required |
From | Time | Start time for the day. Format hh:mm. | Required |
To | Time | End time for the day. Format hh:mm. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ResourceWorkingHoursSave&ResourceId=108131&Day=monday&From=07:00&To=19:00
Response Data
{ "Code": 0, "Result": { "ResourceId": 108131 } }