| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| userAccount | string | |
| offerTemplate | string | |
| subscriptionDate | number | |
| terminationDate | number | |
| endAgreementDate | number | |
| status | SubscriptionStatusEnum | |
| statusDate | number | |
| customFields | CustomFieldsDto | |
| accesses | AccessesDto | |
| services | ServiceInstancesDto | |
| products | ProductsDto | |
| terminationReason | string | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"userAccount" : "...",
"offerTemplate" : "...",
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"endAgreementDate" : 12345,
"status" : "CLOSED",
"statusDate" : 12345,
"customFields" : {
"customField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
} ],
"inheritedCustomField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
} ]
},
"accesses" : {
"access" : [ {
"code" : "...",
"subscription" : "...",
"startDate" : 12345,
"endDate" : 12345,
"customFields" : { }
}, {
"code" : "...",
"subscription" : "...",
"startDate" : 12345,
"endDate" : 12345,
"customFields" : { }
} ]
},
"services" : {
"serviceInstance" : [ {
"code" : "...",
"description" : "...",
"status" : "ACTIVE",
"statusDate" : 12345,
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"quantity" : 12345.0,
"terminationReason" : "...",
"endAgreementDate" : 12345,
"customFields" : { },
"recurringChargeInstance" : [ { }, { } ],
"subscriptionChargeInstance" : [ { }, { } ],
"terminationChargeInstance" : [ { }, { } ],
"usageChargeInstance" : [ { }, { } ]
}, {
"code" : "...",
"description" : "...",
"status" : "CANCELED",
"statusDate" : 12345,
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"quantity" : 12345.0,
"terminationReason" : "...",
"endAgreementDate" : 12345,
"customFields" : { },
"recurringChargeInstance" : [ { }, { } ],
"subscriptionChargeInstance" : [ { }, { } ],
"terminationChargeInstance" : [ { }, { } ],
"usageChargeInstance" : [ { }, { } ]
} ]
},
"products" : {
"products" : [ {
"code" : "...",
"description" : "...",
"chargeDate" : 12345,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"criteria1" : "...",
"criteria2" : "...",
"criteria3" : "...",
"customFields" : { }
}, {
"code" : "...",
"description" : "...",
"chargeDate" : 12345,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"criteria1" : "...",
"criteria2" : "...",
"criteria3" : "...",
"customFields" : { }
} ]
},
"terminationReason" : "...",
"updatedCode" : "..."
}