Versions Compared

Key

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

...

Returns the following error response if the values passed for lead_ids do not exist in the vicidial_list table.

Code Block
languagejson
{
  "error": "specified leads do not exist",
  "lead_count": 1,
  "values": [
    12345
  ],
  "status_code": 439
}

HTTP status code - 440

Returns the following error response for any other errors not mentioned above.

Code Block
languagejson
{
  "error": "Unexpected character encountered while parsing number: s. Path 'lead_ids[97]', line 104, position 5.",
  "status_code": 439440
}