...
General HTTP response status codes do apply to this API.
HTTP status code - 200
Returns the following successful response If there are no issues errors with the request or the specified lead IDs, the . The data will be processed based on the options specified in the JSON object and you will receive the following success message.
Code Block | ||
---|---|---|
| ||
{ "success": "lead batch was successfully processed", "select_count": 1, "insert_count": 1, "update_count": 1, "delete_count": 1, "status_code": 200 } |
...