Skip to main content

Update a Job Assistant Time

Query String Parameters

NameTypeDescriptionRequired
ActionStringJobUpdateAssistantTimeRequired
JobIdintThe unique identifier of the job, which can be retrieved using any of the methods listed under add something here.Required
JobReferencestringThe reference of the job that is input as free text.Required
ResourceIdintIdentifier for resource.Required
StartDateTimeStart time of job.Required
EndDateTimeEnd time of job.Required

Response Codes

CodeMessageInformation
0result
2Missing parameter - Start
2Invalid datetime format - Start.
2Missing parameter - End
2Invalid datetime format - End
2Invalid datetime format - Start Date must be before End Date
2error
2Missing or Invalid parameter - resourceId
2$Could not find assistants using values - {string.Join(
2$Resource with ID {resourceId} is not set as an assistant for job with ID {job.JobId}

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=jobupdateassistanttime