Versions Compared

Key

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

...

Paste code macro
languagejson
titleRequest Object
{
    "list_name": <string>,
    "dnc_check": <boolean>,
    "deduplication": <boolean>,
    "leads": [
        {
            "phone_number_home": <string>,
            "phone_number_work": <string>,
            "phone_number_mobile": <string>,
            "home_email": <string>,
            "work_email": <string>,
            "messenger": <string>,
            "unique_id": <string>,
            "title": <string>,
            "first_name": <string>,
            "last_name": <string>,
            "address_line_1": <string>,
            "address_line_2": <string>,
            "city": <string>,
            "province": <string>,
            "postal_code": <string>,
            "caller_id": <string>,
            "schedule_call_date_time": <DateTime>
        }
    ]
}