CpqQuotesListDto Data Type

The Class SubscriptionsListDto.

Implemented Interfaces
Serializable
Properties
name data type description
listSize number The list size.
quoteDtos array of QuoteDTO The subscription.

Example

{
  "listSize" : 12345,
  "quoteDtos" : [ {
    "quoteVersion" : {
      "shortDescription" : "...",
      "quoteCode" : "...",
      "currentVersion" : 12345,
      "status" : "DRAFT",
      "statusDate" : 12345,
      "startDate" : 12345,
      "endDate" : 12345,
      "billingPlanCode" : "...",
      "discountPlanCode" : "...",
      "contractCode" : "...",
      "mediaCodes" : [ "...", "..." ],
      "comment" : "...",
      "customFields" : { }
    },
    "pdfFilename" : "...",
    "quoteDate" : 12345,
    "id" : 12345,
    "validity" : {
      "from" : 12345,
      "to" : 12345,
      "valid" : true,
      "empty" : true,
      "strictMatch" : true,
      "fromMatch" : 12345,
      "toMatch" : 12345
    },
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "status" : "...",
    "code" : "...",
    "description" : "...",
    "applicantAccountCode" : "...",
    "updatedCode" : "...",
    "billableAccountCode" : "...",
    "deliveryDate" : 12345,
    "quoteLotDuration" : 12345,
    "opportunityRef" : "...",
    "sellerCode" : "...",
    "sendDate" : 12345,
    "quoteNumber" : "...",
    "externalId" : "...",
    "statusDate" : 12345,
    "userAccountCode" : "...",
    "salesPersonName" : "..."
  }, {
    "quoteVersion" : {
      "shortDescription" : "...",
      "quoteCode" : "...",
      "currentVersion" : 12345,
      "status" : "DRAFT",
      "statusDate" : 12345,
      "startDate" : 12345,
      "endDate" : 12345,
      "billingPlanCode" : "...",
      "discountPlanCode" : "...",
      "contractCode" : "...",
      "mediaCodes" : [ "...", "..." ],
      "comment" : "...",
      "customFields" : { }
    },
    "pdfFilename" : "...",
    "quoteDate" : 12345,
    "id" : 12345,
    "validity" : {
      "from" : 12345,
      "to" : 12345,
      "valid" : true,
      "empty" : true,
      "strictMatch" : true,
      "fromMatch" : 12345,
      "toMatch" : 12345
    },
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "status" : "...",
    "code" : "...",
    "description" : "...",
    "applicantAccountCode" : "...",
    "updatedCode" : "...",
    "billableAccountCode" : "...",
    "deliveryDate" : 12345,
    "quoteLotDuration" : 12345,
    "opportunityRef" : "...",
    "sellerCode" : "...",
    "sendDate" : 12345,
    "quoteNumber" : "...",
    "externalId" : "...",
    "statusDate" : 12345,
    "userAccountCode" : "...",
    "salesPersonName" : "..."
  } ]
}