The UpdateContact method can be used to updatee a contact within the dotMailer system.
Guidance Notes
The information used will replace any existing information for the contact being updated.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| contact |
contact |
This is the contact object. Either the Contact Id or the email address is required. |
partially required |
Return values
None.