Billing Metric
Update Billing Metrics
Update Billing Metrics.
post/v2/billing_metrics/item/{billing_metrics_id}
Path parameters
billing_metrics_idstring required
The Id of Billing Metrics to update.
Request body
Example request
{
"billing_metric_type": "margin_savings",
"category": "Customer"
}Response
Success
Example response
{
"billing_metric_type": "margin_savings",
"category": "Customer"
}