Versions Compared

Key

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

...

Code Block
languagejson
{
  "message": "lead_ids batch was successfully processed",
  "select_count": 1,
  "insert_count": 1,
  "delete_count": 1,
  "http_code": 200
}

Warning

HTTP status code - 401

Returns the following error response if the API cannot validate the API user.

Code Block
languagejson
{
  "message": "unable to validate api user",
  "http_code": 401
}

Warning

HTTP status code - 441

Returns the following error response if the API was executed during office hours.

...