Parameters: |
Path:
- dmConfigId – the Managed File ID (or Name) of the Data Mapping configuration in File Store
- templateId – the Managed File ID (or Name) of the design template in File Store
- jcConfigId – the Managed File ID (or Name) of the Job Creation Preset in File Store (Optional - the value of "0" can be specified if no preset is to be used)
- ocConfigId – the Managed File ID (or Name) of the Output Creation Preset in File Store
Query:
- async – whether to run the operation asynchronously (Default: true)
- resultAsTxt – whether to retrieve the result as text (Synchronous Only) (Default: false)
- createOnly – flag to specify if output is to be only created in the server and not sent to it's final destination (Default: false)
- printRange – a specific range of records in the input data file to restrict the print output to (No Default Value)
- filename – the file name of the data file to be uploaded (No Default Value)
|
Request: |
Add. Headers: |
auth_token – Authorization Token (if server security settings enabled)
|
Content: |
Data File (File) |
Content Type: |
application/octet-stream |
|
Response: |
Add. Headers: |
- operationId – Operation ID of new All-In-One operation
- Link – Contains multiple link URLs that can be used to retrieve further information/cancel the operation.
|
Content: |
- |
Content Type: |
- |
Status: |
- 202 Accepted – Data file successfully uploaded to File Store and creation of new operation successful
- 400 Bad Request – Unable to locate one or more inputs in File Store with Managed File ID(s) and/or Name(s) specified
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
- 500 Internal Server Error – General error with running the All-In-One Process or a Specific error relating to the uploading of the data file or an individual workflow process (see error description)
|
|
Response (Synchronous): |
Add. Headers: |
- |
Content: |
Absolute Paths of the Output Files or the Output File itself |
Content Type: |
application/octet-stream |
Status: |
- 200 OK – Data file uploaded to File Store, and a new operation was created and completed successfully with the result returned
- 400 Bad Request – Unable to locate one or more inputs in File Store with Managed File ID(s) and/or Name(s) specified
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
- 500 Internal Server Error – General error with running the All-In-One Process or a Specific error relating to the uploading of the data file or an individual workflow process (see error description)
|
|
Response (Synchronous + Get Result as Text): |
Add. Headers: |
- |
Content: |
Absolute Path(s) of the Output File(s) |
Content Type: |
text/plain |
Status: |
- 200 OK – Data file uploaded to File Store, and a new operation was created and completed successfully with the result returned
- 400 Bad Request – Unable to locate one or more inputs in File Store with Managed File ID(s) and/or Name(s) specified
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
- 500 Internal Server Error – General error with running the All-In-One Process or a Specific error relating to the uploading of the data file or an individual workflow process (see error description)
|
|