Merge Job Cards
Merges job cards on the selected job into one.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobCardMerge | Required |
JobId | Int | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
JobRef | String | The reference of the job that is input as free text. | Required |
MergedFileTitle | string | Override default Job Card name. | Optional |
SortBy | int | Sort Order (1=Date, 2=FileName (default)) | Optional |
note
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.
Response Codes
Code | Message | Information |
---|---|---|
0 | null | |
0 | Custom Action cancelled - Job Id {job.JobId} is not the first job in the groupd | |
0 | There are no attachments that require processing for Job Id: {job.JobId | |
0 | All attachments processed for {entityType} {entityId} | |
2 | The following error was processed for {entityType} {entityId} - {error} |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobcardmerge
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }