PostProcessIn

Overview

The PostProcessIn request uses the DocumentSet element which contains information about the set of documents.


{
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 ]
            }]
}
}