The Class SubscriptionsListResponseDto.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
quotes | CpqQuotesListDto | The quotes. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "quotes" : { "listSize" : 12345, "quoteDtos" : [ { "quoteVersion" : { }, "pdfFilename" : "...", "quoteDate" : 12345, "id" : 12345, "validity" : { }, "auditableField" : [ { }, { } ], "status" : "...", "code" : "...", "description" : "...", "applicantAccountCode" : "...", "updatedCode" : "...", "billableAccountCode" : "...", "deliveryDate" : 12345, "quoteLotDuration" : 12345, "opportunityRef" : "...", "sellerCode" : "...", "sendDate" : 12345, "quoteNumber" : "...", "externalId" : "...", "statusDate" : 12345, "userAccountCode" : "...", "salesPersonName" : "..." }, { "quoteVersion" : { }, "pdfFilename" : "...", "quoteDate" : 12345, "id" : 12345, "validity" : { }, "auditableField" : [ { }, { } ], "status" : "...", "code" : "...", "description" : "...", "applicantAccountCode" : "...", "updatedCode" : "...", "billableAccountCode" : "...", "deliveryDate" : 12345, "quoteLotDuration" : 12345, "opportunityRef" : "...", "sellerCode" : "...", "sendDate" : 12345, "quoteNumber" : "...", "externalId" : "...", "statusDate" : 12345, "userAccountCode" : "...", "salesPersonName" : "..." } ] }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }