Skip to main content

UpdateContactInput

No description

input UpdateContactInput {
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
homepage: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
primaryLanguage: String
debtorId: String
attributes: [AttributeBulkCreateInput!]
parentId: Int
sources: [SourceUpsertInput!]
}

Fields

UpdateContactInput.firstName ● String scalar

Contact's first name for personal identification and communication

UpdateContactInput.middleName ● String scalar

Contact's middle name or initial for complete personal identification

UpdateContactInput.lastName ● String scalar

Contact's last name for personal identification and formal communication

UpdateContactInput.gender ● Gender enum

Contact gender

UpdateContactInput.email ● String scalar

Primary email address for business communication and notifications

UpdateContactInput.homepage ● String scalar

Contact homepage

UpdateContactInput.phone ● String scalar

Primary phone number for business communication and contact purposes

UpdateContactInput.mobile ● String scalar

Mobile phone number for urgent communication and SMS notifications

UpdateContactInput.dateOfBirth ● String scalar

Contact date of birth

UpdateContactInput.mailingList ● YesNo enum

Whether the contact is subscribed to mailing list

UpdateContactInput.primaryLanguage ● String scalar

Contact primary language

UpdateContactInput.debtorId ● String scalar

Deprecated in favor of company debtorId

UpdateContactInput.attributes ● [AttributeBulkCreateInput!] list input

Attributes for bulk operations

UpdateContactInput.parentId ● Int scalar

Company that this contact belongs to. Required for establishing organizational relationships

UpdateContactInput.sources ● [SourceUpsertInput!] list input

Member Of

contactUpdate mutation