Call Routing

update least cost routing carrier set entry

put/LcrCarrierSetEntries/{LcrCarrierSetEntrySid}

Request body

workloadinteger

traffic distribution value

lcr_route_sidstring required
voip_carrier_sidstring required
priorityinteger required

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 priority request property type/format changed from number/ to integer/

      request-property-type-changed

    • the workload request property type/format changed from number/ to integer/

      request-property-type-changed

    • removed the media type application/json for the response with the status 204

      response-media-type-removed