Billing Metric
Create new Billing Metrics
Create Billing Metrics.
post/v2/billing_metrics/create
Request body
Example request
{
"billing_metric_type": "margin_savings",
"category": "Customer"
}Response
Success
Example response
{
"billing_metric_type": "margin_savings",
"category": "Customer"
}