Versions Compared

Key

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

...

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
languagejson
{
  "success": "lead batch was successfully processed",
  "select_count": 1,
  "insert_count": 1,
  "update_count": 0,
  "delete_count": 1,
  "status_code": 200
}

...