POST
/billing/manual-charge
Creates a manual charge billing item for a customer.
POST
/billing/external-service-prices
Creates a rate-card price for an external service.
GET
/billing-period/active/billing-items
Gets the paged billing groups for the active billing period.
GET
/billing-period/active
Gets the overview for the active billing period.
GET
/billing-period/{billingPeriodId}/billing-items
Gets the paged billing groups for a billing period.
GET
/billing-period/{billingPeriodId}
Gets the overview for a billing period by its ID.
GET
/billing/summary
Gets the current-period usage and applicable limit for a customer.
GET
/billing/cost/time-series
Gets the billing cost time series.
GET
/billing-periods
Queries billing periods accessible to the current customer.
GET
/billing/costs/customers
Returns billing costs aggregated per customer, ranked by cost.
GET
/billing/costs/groups
Returns billing costs aggregated per billing group, ranked by cost.
GET
/billing/costs/organizations
Returns billing costs aggregated per organization, ranked by cost.
GET
/billing/reconciliation/bulk/{bulkReconciliationId}
Returns the aggregated status and results of all reconciliation jobs in a bulk operation.
GET
/billing/reconciliation/{jobId}
Returns the status and results of a reconciliation job.
POST
/billing/reconciliation/bulk/{bulkReconciliationId}/redispatch
Redispatches the individual reconciliations contained in the given bulk reconciliation.
POST
/billing/reconcile
Starts reconciliation for a single billing item, all items for a customer, or all items in a billing group.
POST
/billing/billing-item/{billingItemId}/settings
Creates a billing setting for a billing item.
POST
/billing/customer/{customerId}/settings
Creates a billing setting for a customer.
POST
/billing/settings
Creates a global billing setting.
DELETE
/billing/billing-item/{billingItemId}/settings/{settingId}
Deletes a billing item billing setting.
DELETE
/billing/customer/{customerId}/settings/{settingId}
Deletes a customer billing setting.
DELETE
/billing/settings/{settingId}
Deletes a global billing setting.
GET
/billing/settings/timeline
Gets the billing settings timeline.
POST
/billing-period/{billingPeriodId}/volume-discounts
Creates a volume discount bracket for a billing period.
GET
/billing-period/{billingPeriodId}/volume-discounts
Gets all volume discount brackets for a billing period.