curl --location --request PATCH '/outbound_voice_profiles/' \
--header 'Content-Type: application/json' \
--data-raw '{
"billing_group_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"concurrent_call_limit": 10,
"daily_spend_limit": "100.00",
"daily_spend_limit_enabled": true,
"enabled": true,
"max_destination_rate": 10,
"name": "office",
"service_plan": "global",
"tags": [
"office-profile"
],
"traffic_type": "conversational",
"usage_payment_method": "rate-deck",
"whitelisted_destinations": [
"US",
"BR",
"AU"
]
}'
{
"data": {
"billing_group_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"call_recording": {
"call_recording_caller_phone_numbers": [
"+19705555098"
],
"call_recording_channels": "dual",
"call_recording_format": "mp3",
"call_recording_type": "by_caller_phone_number"
},
"concurrent_call_limit": 10,
"connections_count": 12,
"created_at": "2018-02-02T22:25:27.521Z",
"daily_spend_limit": "100.00",
"daily_spend_limit_enabled": true,
"enabled": true,
"id": "1293384261075731499",
"max_destination_rate": 10,
"name": "office",
"record_type": "outbound_voice_profile",
"service_plan": "global",
"tags": [
"office-profile"
],
"traffic_type": "conversational",
"updated_at": "2018-02-02T22:25:27.521Z",
"usage_payment_method": "rate-deck",
"whitelisted_destinations": [
"US",
"BR",
"AU"
]
}
}
Authorization: Bearer ********************