...
When making a request, you must post the following JSON object.
Info |
---|
The API consistently executes operations in the following sequential order:
|
Code Block | ||
---|---|---|
| ||
{ "insert_leads": true, "update_leads": true, "delete_leads": true, "lead_ids": [ 12345, 67890 ] } |
...