SubscriptionsListResponseDto Data Type

The Class SubscriptionsListResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
subscriptions SubscriptionsListDto The subscriptions.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "subscriptions" : {
    "listSize" : 12345,
    "subscription" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "versionNumber" : 12345,
      "updatedCode" : "...",
      "nextVersion" : 12345,
      "previousVersion" : 12345,
      "userAccount" : "...",
      "offerTemplate" : "...",
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "endAgreementDate" : 12345,
      "status" : "ACTIVE",
      "statusDate" : 12345,
      "validityDate" : 12345,
      "customFields" : { },
      "accesses" : { },
      "services" : { },
      "products" : { },
      "productInstances" : [ { }, { } ],
      "productsToInstantiate" : [ { }, { } ],
      "terminationReason" : "...",
      "orderNumber" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumChargeTemplate" : "...",
      "subscribedTillDate" : 12345,
      "renewed" : true,
      "renewalNotifiedDate" : 12345,
      "renewalRule" : { },
      "billingCycle" : "...",
      "seller" : "...",
      "autoEndOfEngagement" : true,
      "ratingGroup" : "...",
      "electronicBilling" : true,
      "email" : "...",
      "mailingType" : "...",
      "emailTemplate" : "...",
      "ccedEmails" : "...",
      "discountPlanForInstantiation" : [ { }, { } ],
      "discountPlanForTermination" : [ "...", "..." ],
      "discountPlanInstance" : [ { }, { } ],
      "paymentMethod" : { },
      "customerService" : "...",
      "salesPersonName" : "..."
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "versionNumber" : 12345,
      "updatedCode" : "...",
      "nextVersion" : 12345,
      "previousVersion" : 12345,
      "userAccount" : "...",
      "offerTemplate" : "...",
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "endAgreementDate" : 12345,
      "status" : "CREATED",
      "statusDate" : 12345,
      "validityDate" : 12345,
      "customFields" : { },
      "accesses" : { },
      "services" : { },
      "products" : { },
      "productInstances" : [ { }, { } ],
      "productsToInstantiate" : [ { }, { } ],
      "terminationReason" : "...",
      "orderNumber" : "...",
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumChargeTemplate" : "...",
      "subscribedTillDate" : 12345,
      "renewed" : true,
      "renewalNotifiedDate" : 12345,
      "renewalRule" : { },
      "billingCycle" : "...",
      "seller" : "...",
      "autoEndOfEngagement" : true,
      "ratingGroup" : "...",
      "electronicBilling" : true,
      "email" : "...",
      "mailingType" : "...",
      "emailTemplate" : "...",
      "ccedEmails" : "...",
      "discountPlanForInstantiation" : [ { }, { } ],
      "discountPlanForTermination" : [ "...", "..." ],
      "discountPlanInstance" : [ { }, { } ],
      "paymentMethod" : { },
      "customerService" : "...",
      "salesPersonName" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}