Submits a usage entry for a subscription’s metered brick. Each entry must have a unique transaction_id to prevent duplicates. The usage will be associated with the specified subscription and brick, and will be reflected in the next billing cycle.
API key for authentication
Request serializer for creating a usage entry.
A unique identifier for this usage entry. Used to prevent duplicate entries and for later updates/deletes.
255The ID of the subscription this usage entry belongs to.
The ID of the metered brick this usage is for.
The usage value to record (e.g., number of API calls, GB used).
The timestamp when this usage occurred (ISO 8601 format).
Deprecated: Use 'value' instead.
Optional JSON object with additional properties for this usage entry.