API Documentation
ContactsEdit Contact
Method: /contacts/[id].[format]
Fields:
Name: | Data Type: | Description: |
first_name | String | Person’s first name |
last_name | String | Person’s last name |
job_title | String | Job Title or Position |
phone | String | Phone Number |
cell | String | Cell Phone Number |
fax | String | Fax Number |
email_1 | String | Primary Email Address |
email_2 | String | Secondary Email Address |
Success:
If you have been successful in updating a contact, the response will return the updated data object along with a “message” value of “Saved” as seen below.