Authorization: ********************
{
"settings": {
"org_id": "string",
"voice_analytics_price_per_hour": 0,
"analytics_price_per_doc": 0,
"default": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"country_region_overrides": {
"property1": {
"region_rates": {
"property1": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"property2": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
}
}
},
"property2": {
"region_rates": {
"property1": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"property2": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
}
}
}
},
"agent_rates": {
"agent_toll_free_ppi": 0,
"agent_softphone_ppi": 0,
"agent_local_ppi": 0
},
"email_price_per_message": "string"
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/billing/setorgbillingsettings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": {
"org_id": "string",
"voice_analytics_price_per_hour": 0,
"analytics_price_per_doc": 0,
"default": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"country_region_overrides": {
"property1": {
"region_rates": {
"property1": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"property2": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
}
}
},
"property2": {
"region_rates": {
"property1": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"property2": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
}
}
}
},
"agent_rates": {
"agent_toll_free_ppi": 0,
"agent_softphone_ppi": 0,
"agent_local_ppi": 0
},
"email_price_per_message": "string"
},
"field_mask": "string"
}'
{}