Accumulus supports both allocated and utilization based usage. After configuring the type of usage for a particular subscription offer, the methods below can be used to record and query utilization based usage for a particular customer.
Methods
The following methods are available:
- Get Customer Usage
- Get Customer Usage Balances
- Create Customer Usage
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 |