PDFDocumentResponseDto Data Type

A DTO Class holding the response of Generating a document PDF file.

Implemented Interfaces
Serializable
Properties
name data type description
listPdfFilePaths array of string
pdfFiles string
pdfFilePath string
actionStatus ActionStatus Gets the action status.
pdfFile string

Example

{
  "listPdfFilePaths" : [ "...", "..." ],
  "pdfFiles" : "...",
  "pdfFilePath" : "...",
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "pdfFile" : "..."
}