Authorization: ********************
{
"org_id": "string",
"region": "string",
"rates": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"country": "COUNTRY_UNDEFINED"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/billing/addorgbillingoverride' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"region": "string",
"rates": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"country": "COUNTRY_UNDEFINED"
}'
{}