The Class SubscriptionsResponseDto.
name | data type | description |
---|---|---|
subscriptions | SubscriptionsDto | The subscriptions. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "subscriptions" : { "subscription" : [ { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "versionNumber" : 12345, "updatedCode" : "...", "nextVersion" : 12345, "previousVersion" : 12345, "userAccount" : "...", "offerTemplate" : "...", "subscriptionDate" : 12345, "terminationDate" : 12345, "endAgreementDate" : 12345, "status" : "CLOSED", "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" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }