Skip to content

Commit

Permalink
Update getBillingReportsMetrics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
selectiveduplicate committed Jan 9, 2025
1 parent d4319ee commit 237a7b7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions source/includes/management-api/_management-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18966,7 +18966,14 @@ Get BillingReports' values for a given meter and time range for a single company
|interval|query|string|false|none|
|company_id|query|string|false|none|
|subscription_id|query|string|false|none|
|`type`|query|array[string]|false|none|
|subscription_item_id|query|string|false|none|
|plan_id|query|string|false|none|
|price_id|query|string|false|none|
|provider|query|string|false|none|
|currency|query|string|false|none|
|status|query|array[string]|false|none|
|group_by|query|string|false|none|
|type|query|array[string]|false|none|

> Example responses

Expand All @@ -18978,7 +18985,9 @@ Get BillingReports' values for a given meter and time range for a single company
{
"start": "2024-04-11T04:01:35.090Z",
"metric": 0.1,
"amounts": null,
"amounts": {
"USD": 0
},
"ending_balance": {
"current_balance": 0.1,
"pending_activity": 0.1,
Expand Down

0 comments on commit 237a7b7

Please sign in to comment.