Usage Transaction REST Endpoints
Usage/Usage Transaction
Usage Transactions are records of a given usage calculation for a period of time for a Usage Subscription. All of the Service Quantities (often referred to as bill determinants) calculated are stored in the Usage Transaction.
When calculating a Usage Transaction, the first step in calculating the usage is for the system to determine the usage calculation group holding the rules set used in calculating or validating the quantities. Usage transaction requests must specify the date range for the usage transaction. This date range is referred to as the calculation period for the usage transaction.
- Create Usage Transaction
- Method: postPath:
https://server:port/ouaf/rest/apis/meter/usage/usageTransactions/ - Delete Usage Transaction
- Method: deletePath:
https://server:port/ouaf/rest/apis/meter/usage/usageTransactions/{usageTransactionId} - Get Usage Transaction
- Method: getPath:
https://server:port/ouaf/rest/apis/meter/usage/usageTransactions/{usageTransactionId} - Patch Usage Transaction
- Method: patchPath:
https://server:port/ouaf/rest/apis/meter/usage/usageTransactions/{usageTransactionId}/action - Update Usage Transaction
- Method: putPath:
https://server:port/ouaf/rest/apis/meter/usage/usageTransactions/{usageTransactionId}