Authorization: ********************
{
"month": "RECALCULATE_BILLING_MONTH_CURRENT",
"types": [
"RECALCULATE_BILLING_TYPE_OUTBOUND_CALLS"
],
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/recalculatebilling' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "RECALCULATE_BILLING_MONTH_CURRENT",
"types": [
"RECALCULATE_BILLING_TYPE_OUTBOUND_CALLS"
],
"org_id": "string"
}'
{
"results": [
{
"error_message": "string"
}
]
}