API Method ContactsSync

From Updox API
Jump to: navigation, search

Overview

Method that allows the syncing of organization's contacts.

Request Fields

  • id: Vendor's internal identifier for the contact
  • oldId: A separate identifier used in older integrations. Can ignore unless told otherwise by integration team.
  • contactType: The category this contact would fall under. List can be found here: Category Types

Behind the Scenes

System will parse list of contacts and attempt to find existing records based on the id passed in. If no match is found and old id value is supplied, will also do an additional check for that identifier prior to inserting a new record. If a match is not found, a new contact is created with whatever information is supplied.