PostProcessDocumentSetResult
Overview
The PostProcessDocumentSetResult contains information about the PostProcessDocumentSet and container for the Base64 encrypted data.
{
documents [
nullable: true
List of documents returned from post process operation
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
}
}]
data PostProcessData {
base64 string
nullable: true
Base64 data
}
}