IContactService UpdateContact Method CTCT Wrapper Documented Class Library
Update contact details for a specific contact.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

Contact UpdateContact(
	string accessToken,
	string apiKey,
	Contact contact,
	bool actionByVisitor
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
contact
Type: CTCT.Components.Contacts Contact
Contact to be updated.
actionByVisitor
Type: System Boolean
Set to true if action by visitor.

Return Value

Returns the updated contact.
See Also