REST input plain HTTP
POST/http.input/dossier-default
The Merge Profile merges multiple documents into a single PDF dossier. The REST input plain HTTP endpoint supports merging multiple documents into a single PDF. In the request body, provide files you want to merge as the multipart/form-data
content type.
Request
Responses
- 200
- 202
- 400
- 404
- 415
- 422
- 500
The files were successfully submitted for merging. The Simple API returned the merged file in the response.
The files were successfully submitted for merging and the process will start.
- The job must contain at least one data element.
- Exception message that occurred during processing.
- The provided
connectionID
was not found.
Unsupported media type. Returns ProblemDetails
:
- A file format is not supported.
Unprocessable file. Returns ProblemDetails
:
- The conformance is not compatible.
- The file is corrupt.
- A generic error happened during processing.
- One of the specified options is invalid.
- The password is missing or incorrect.
- A file contains a feature that is not supported.
An Internal server error. Returns ProblemDetails
:
- The job was canceled.
- The service is not configured correctly.
- An internal error happened during processing.
- A timeout occurred during processing.
- If an unknown error occurs the message you receive is empty.