Add a Job Back Office Note
Save back office notes on a job.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobSaveBackOfficeNote | Required |
JobId | string | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
Actioned | bool | Mark job as actioned. | Required |
Notes | string | Add back office note. | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | null | |
2 | misc_noRight | |
2 | jobId parameter expected | |
2 | actioned parameter expected | |
2 | Job not found | |
2 | Actioned flag can only be set on completed jobs |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=JobSaveBackOfficeNote&JobId=120113624&Actioned=0&Notes=Notes
Response Data
{ "Code": 0 }