GetPdfQuoteResponseDto Data Type

The Class GetPdfQuoteResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
pdfFileName string
xmlFileName string
pdfContent string The pdf content.
actionStatus ActionStatus The status response of the web service response.
xmlContent string The xml content.

Example

{
  "pdfFileName" : "...",
  "xmlFileName" : "...",
  "pdfContent" : "...",
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "xmlContent" : "..."
}