Function call:

edit_contact

Parameters:

email_address  – Email address of contact to edit
data fields – Any data field / name pairs from the list in Appendix
custom fields – Any existing custom field pairs

Return: Status ok or error Details

Example:

URL:  http://example.com/a.php/api/edit_contact

Parameters:

api_key=0c6839f
email_address=test@example.com
last_name=Smith
full_name=John Smith
address_3=Suffolk
phone_number_1=01100 223173
mobile_phone_number_1=0777 111222

All of the above parameters could be used to create the following URL:

Note: the URL would normally be one line but may have been separated in this example due to page formatting.

http://example.com/a.php/api/edit_contact?api_key= 0c68398f&email_address=test@example.com&last_name=Smith&address_3=Suffolk&phone_number_1=01100 223173&mobile_phone_number_1=0777111222