CreateContactInput
No description
input CreateContactInput {
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: [SourceInput!]
}
Fields
CreateContactInput.firstName ● String scalar
Contact's first name for personal identification and communication
CreateContactInput.middleName ● String scalar
Contact's middle name or initial for complete personal identification
CreateContactInput.lastName ● String scalar
Contact's last name for personal identification and formal communication
CreateContactInput.gender ● Gender enum
Contact gender
CreateContactInput.email ● String scalar
Primary email address for business communication and notifications
CreateContactInput.homepage ● String scalar
Contact homepage
CreateContactInput.phone ● String scalar
Primary phone number for business communication and contact purposes
CreateContactInput.mobile ● String scalar
Mobile phone number for urgent communication and SMS notifications
CreateContactInput.dateOfBirth ● String scalar
Contact date of birth
CreateContactInput.mailingList ● YesNo enum
Whether the contact is subscribed to mailing list
CreateContactInput.primaryLanguage ● String scalar
Contact primary language
CreateContactInput.debtorId ● String scalar
Deprecated in favor of company debtorId
CreateContactInput.attributes ● [AttributeBulkCreateInput!] list input
Attributes for bulk operations
CreateContactInput.parentId ● Int! non-null scalar
Company that this contact belongs to. Required for establishing organizational relationships
CreateContactInput.sources ● [SourceInput!] list input
Member Of
contactCreate mutation