turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Constant Contact Community
- :
- Developer Community
- :
- Documentation
- :
- Updating Contact Information
Article Options
- Subscribe to RSS Feed
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
To update a contact's information, the best way is to get details of an existing contact, modify the details, and use the resulting XML in a PUT method against the following URI:
https://api.constantcontact.com/ws/customers/{username}/contacts/{contact-id}
The request body you use must contain all elements that belong to a contact, which are returned through the GET method. By using this XML, you should modify only the information you would like to update, then pass the XML in your request.
To modify the contact's subscriptions to different contact lists, you need to update contents of <ContactLists> element. You must include all of the contact lists that the contact should be on. Therefore, you should add the new list subscriptions to the existing lists in the XML returned by the GET.



