PostProcessDocument

Overview

The PostProcessDocument contains the Document ID for the specific document to be merged and its Base64 encrypted data.


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