Unschedule a Job
This web service allows you to unschedule a job, by reference.
Query String Parameters
Name | Type | Description | Required |
---|
Action | String | JobUnschedule | Required |
JobReference | String | Valid reference of the job to be unscheduled | Required |
Response Codes
Code | Message | Information |
---|
0 | new { jobId = job.JobId } | |
0 | null | |
2 | JobId or JobRef parameter expected | |
2 | Invalid Parameter - jobId | |
2 | $Unable to retrieve job with {errorString} | |
Example
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobunschedule
Response Data
{
"Code": 0,
"Result": [
{
"AssetCheckId": "12345"
}
]
}