Versions Compared

Key

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

...

Attempts Status

GetCasesToDial

Parameters

Records - number of records to return.

Return Values

Code Block
languagejson
[
  {
    "CaseID": 6,
    "Phones": [
      {
        "PhoneName": "Cell",
        "Phone": "4023205759",
        "Primary": true,
        "Text": true
      }
    ],
    "CaseStatus": "LIT 04 - Answer Received",
    "DialerStatus": "To dial",
    "Attempts": "1",
    "DialDateTime": "2020-07-28T23:02:00",
    "ZipCode": "68046"
  }
]

GetCaseInfo

UpdateCaseStatus

...