| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| status | InstanceStatusEnum | |
| statusDate | number | |
| subscriptionDate | number | |
| terminationDate | number | |
| quantity | number | |
| terminationReason | string | |
| endAgreementDate | number | |
| customFields | CustomFieldsDto | |
| recurringChargeInstance | array of ChargeInstanceDto | |
| subscriptionChargeInstance | array of ChargeInstanceDto | |
| terminationChargeInstance | array of ChargeInstanceDto | |
| usageChargeInstance | array of ChargeInstanceDto |
Example
{
"code" : "...",
"description" : "...",
"status" : "TERMINATED",
"statusDate" : 12345,
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"quantity" : 12345.0,
"terminationReason" : "...",
"endAgreementDate" : 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" : "INDEX"
} ]
},
"recurringChargeInstance" : [ {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
}, {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
} ],
"subscriptionChargeInstance" : [ {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
}, {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
} ],
"terminationChargeInstance" : [ {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
}, {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
} ],
"usageChargeInstance" : [ {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
}, {
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
} ]
}