Call Routing
create a Least Cost Routing Routes
post/LcrRoutes
Request body
Example request
[
{
"lcr_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"regex": "1*",
"priority": 1,
"description": "this is example description"
}
]Response
Least Cost Routing Route successfully created
Example response
{
"sid": "9d26a637-1679-471f-8da8-7150266e1254"
}