Update a Contact Method
Similar to other update methods in the API, excluding a property will remove its value from the object. If you’re only updating a single property, the entire model is still required.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
(Required) The contact method identifier.
Body
The contact method type, for example "Home Email" or "Mobile Phone". Must match a contact method type configured for the organization.
The email address or phone number for the contact method.
When true, the individual has opted in to being contacted at this contact method.
When true, this record becomes the primary one for the contact, replacing any existing primary.
Response
OK
The unique identifier of the record in Virtuous.
When true, this is the primary record for the contact.
When true, this record is eligible to be made the primary one.
The UTC date and time the record was created.
The name of the user who created the record.
The UTC date and time the record was last modified.
The name of the user who last modified the record.