Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
As of Version | product version 2.4 | component version 2.4 |
---|
Request Method | POST |
---|
Response Format | PDF/A-3 |
---|
Description | To return the PDF/A-3 rendition of the e-mail object, send the request with the e-mail file as binary in the request body. A write permission is required. The endpoint provides the following HTTP status codes: HTTP Status Code | Meaning |
---|
200 | Successful, converted document provided in the response body | 413 | Document file too large | 415 | Document format not supported | 422 | Timeout | 422 | Document could not be converted | 422 | Invalid input parameters |
|
---|
Request Header | Content-Type: message/rfc822 or application/vnd.ms-outlook
Content-Disposition: attachment; filename=<filename> ; filename*=<filename-encoded> . To set the filename of the new content file. The parameters "filename" and "filename*" differ only in that "filename*" uses the encoding defined in RFC 5987. When both "filename" and "filename*" are present in a single header field value, "filename*" is preferred over "filename".
|
---|
Request Example | The e-mail file is passed as binary in the request body. |
---|
Result Example | HTTP status code: Body with PDF/A-3 document. |
---|