Call Routing
update least cost routing carrier set entry
put/LcrCarrierSetEntries/{LcrCarrierSetEntrySid}
Request body
Example request
{
"workload": 90,
"lcr_route_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"voip_carrier_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"priority": 1
}Response
least cost routing carrier set entry updated
Changes
Changed in 2 of the 27 revisions of this API.3
- ▲
the
priorityrequest property type/format changed fromnumber/tointeger/request-property-type-changed
- ▲
the
workloadrequest property type/format changed fromnumber/tointeger/request-property-type-changed
- ▲
- ▲
removed the media type
application/jsonfor the response with the status204response-media-type-removed
- ▲