Add Assistants to a Job
This web service allows the update of assistants on a job.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobAddAssistants | Required |
JobId | Int | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required - See Tip |
JobReference | String | The reference of the job that is input as free text. | Required - See Tip |
ResourceId | Int | The unique identifier of the resource. | Required = See Tip |
ResourceReference | String | The internal textual reference used for the resource. | Required - see Tip |
tip
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.
The Resource Reference or ID can be supplied. If both parameters are provided, the Resource ID will take precedence.
The Resource Reference or ID can be supplied. If both parameters are provided, the Resource ID will take precedence.
Response Codes
Code | Message | Information |
---|---|---|
0 | result | |
2 | error | |
2 | Missing parameter - resourceId or resourceReference | |
2 | $Could not find assistants using values - {string.Join( |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=JobAddAssistants&JobId=131252692&ResourceId=78299
Response Data
{ "Code": 0, "Result": "Job 131252692 successfully updated." }