Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GetCallRoutingInfo

Simple interface to get call routing information based on the caller’s phone number.

...

Code Block
languagejson
{
  "CaseID": 7,
  "Phone": "1234",
  "Email": "useremail@lawfirmdomain.com",
  "Open": true,
  "Retained": true,
  "Status": "Presign - Making First Contact"
  "Status date" : "12/24/2020"
}

...

GetCallRoutingInfoEx

Universal interface to get call routing information based on the caller’s phone number. Returns all cases associated with the phone number (caller). Within the case information returns all staff members assigned to the case.

...