...
Returns the following error response if the values passed for lead_ids
do not exist in the vicidial_list table.
Code Block | ||
---|---|---|
| ||
{
"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 | ||
---|---|---|
| ||
{ "error": "Unexpected character encountered while parsing number: s. Path 'lead_ids[97]', line 104, position 5.", "status_code": 439440 } |