Skip to main content
All CollectionsAPI
Updating Existing Contact Name Details
Updating Existing Contact Name Details
Liam avatar
Written by Liam
Updated over a year ago

Updating existing contact name details using API

To update an existing contact simply add to the XML post data specifying the system ContactID to update:

<contact>

<field table="CONT" field="CID">1234</field>

<field table="CONT" field="CONTACT">Test 33</field>

<field table="CONT" field="EMAIL">test@aaa.com</field>

</contact>

Click here to go to the create Account API code.

Did this answer your question?