Create a Contact Method
Adds a phone number, email address, or other contact method to an individual. Use the List Contact Method Types endpoint for the values type accepts, and setAsPrimary to make it the individual’s primary method of that kind.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The identifier of the contact individual this record belongs to.
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.