...
Returns the following successful response If there are no errors with the request or the specified lead IDs. The data will be processed based on the options option values specified in the request JSON object.
Code Block | ||
---|---|---|
| ||
{ "success": "lead batch was successfully processed", "select_count": 1, "insert_count": 1, "update_count": 0, "delete_count": 1, "status_code": 200 } |
...