...
Code Block |
---|
|
{
"success": "lead_ids batch was successfully processed",
"select_count": 1,
"insert_count": 1,
"update_count": 0,
"delete_count": 1,
"status_code": 200
} |
Warning |
---|
HTTP status code - 441 |
Returns the following error response if the API was executed during office hours.
Code Block |
---|
|
{
"error": "api cannot be executed during office hours time condition",
"status_code": 441
} |
Warning |
---|
HTTP status code - 432 |
Returns the following error response if the value passed for insert_leads is not a bool value or no value was provided.
...
Code Block |
---|
|
{
"error": "Unexpected character encountered while parsing number: s. Path 'lead_ids[97]', line 104, position 5.",
"status_code": 440
} |
Warning |
---|
HTTP status code - 441 |
Returns the following error response if the API was executed during office hours.
Code Block |
---|
|
{
"error": "api cannot be executed during office hours time condition",
"status_code": 441
} |
Conclusion
If you encounter any issues with the API, please log a ticket with our support department. You can also contact us at 010-035-0909 or email our dedicated Customer Experience team at cex@teleforge.co.za. Please ensure to include your ticket number for reference and expedited support.
...