PostProcessDocumentSet

Overview

The PostProcessDocumentSet object contains the arrays for the documents and post process ancillary options.

Note: Currently, only an ancillary option of PdfMerge is supported.

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