PostProcessInput
Overview
The PostProcessInput is the main request call with PostProcess-Synchronous.
{
postProcess*
TnsPostProcess {
request
PostProcessIn {
documentSet
PostProcessDocumentSet {
documents
[
nullable: true
List of documents for request
PostProcessDocument {
description:
Defines the documents for post process operations
documentID string
nullable: true
Defines the id of the document
data
PostProcessData {
base64 string
nullable: true
Base64 data
}
}]
ancillaryOutput
[
nullable: true
Operation to perform
PostProcessAncillaryOutputOption {
outputType* PostProcessAncillaryOutputTypeEnum PostProcessAncillaryOutputTypeEnum string
Gets or Sets AncillaryOutputTypeEnum
Enum:
[ PdfMerge ]
}
}
}
}