Versions Compared

Key

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

...

Code Block
languagejson
{
  "insert_leads": true,
  "update_leads": true,
  "delete_leads": true,
  "lead_ids": [
    12345,
    67890
  ]
}

The API always runs consistently executes operations in the following sequential order.:

  1. insert_leads

  2. update_leads

  3. delete_leads

...