Accumulus supports both allocated and utilization based usage.After configuring the type of usage for a particular subscriptionoffer, the methods below can be used to record and queryutilization based usage for a particular customer.
Methods
The following methods are available:
Data Structures
Usage
| Field | Description | Required | Format |
|---|---|---|---|
| CorrelationKey | Correlation identifier to relate usage entries. | Guid | |
| EndDateTime | The end date/time of the usage event. | date time | |
| Quantity | The usage quantity. | yes | decimal |
| StartDateTime | The start date/time of the ussage. | yes | date time |
| UsageTypeCode | Short alpha-numeric identifier for the type of usage. Based onusage configuration. | yes | up to 60 characters |
