Get a Cancelled Job
Return details of a cancelled job.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | CancelledJob | Required |
JobId | Int | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
JobReference | String | The reference of the job that is input as free text. | Required |
FlagHistory | Bool | Include tags in the response. | Optional |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=cancelledjob
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }