Authorization: ********************
{
"rates": [
{
"rate_definition_id": "string",
"rate_definition": {
"rate_definition_id": "string",
"event_type": "DUMMY_APPLICATION",
"config_type": "RATE_DEFINITION_CONFIG_TYPE_UNSPECIFIED",
"matching_rule": "MATCHING_RULE_UNSPECIFIED",
"matching_config": {
"country_prefix": {
"country_code": 0,
"prefixes": [
"string"
]
}
},
"matching_sha": "string",
"create_time": "1s",
"update_time": "1s",
"delete_time": "1s",
"effective_time": "1s",
"config": {
"agent_message_chat": {
"rate": 0,
"rate_decimal": {
"value": "string"
}
}
},
"group_id": "string",
"config_sha": "string",
"thread_id": "string"
},
"default_rate_definition_id": "string"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha2/createratedefinitions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rates": [
{
"rate_definition_id": "string",
"rate_definition": {
"rate_definition_id": "string",
"event_type": "DUMMY_APPLICATION",
"config_type": "RATE_DEFINITION_CONFIG_TYPE_UNSPECIFIED",
"matching_rule": "MATCHING_RULE_UNSPECIFIED",
"matching_config": {
"country_prefix": {
"country_code": 0,
"prefixes": [
"string"
]
}
},
"matching_sha": "string",
"create_time": "1s",
"update_time": "1s",
"delete_time": "1s",
"effective_time": "1s",
"config": {
"agent_message_chat": {
"rate": 0,
"rate_decimal": {
"value": "string"
}
}
},
"group_id": "string",
"config_sha": "string",
"thread_id": "string"
},
"default_rate_definition_id": "string"
}
]
}'
{
"rates": [
{
"rate_definition_id": "string"
}
]
}