CreateMembershipContactStoreContactInput
Defines the input details for creating a contact in a membership contact store. At least one of lastName
, organizationName
, or primaryEmail
must be provided.
input CreateMembershipContactStoreContactInput {
additionalEmails: [EmailAddress!]
billing: CreateContactBillingInput
biography: String
contactPhoneNumbers: ContactPhoneNumbersInput
customFields: [CustomFieldInput!]
department: String
dietary: ContactDietaryInput
externalIdentifier: String
firstName: String
inactiveSince: DateTime
jobTitle: String
lastName: String
marketingPrivacy: ContactMarketingPrivacyStatus
membershipContactStoreId: ID!
middleName: String
organizationName: String
photo: ContactPhotoInput
preferredName: ContactPreferredNameInput
primaryAddress: AddressInput
primaryEmail: EmailAddress
secondaryAddress: AddressInput
socialMedia: ContactSocialMediaInput
subDepartment: String
suffix: String
taxNumber: String
title: String
useSecondaryAddress: Boolean
userDefinedField1: String
userDefinedField2: String
userDefinedField3: String
userDefinedField4: String
website: String
}
Fields
CreateMembershipContactStoreContactInput.additionalEmails
● [EmailAddress!]
list scalar
The contact's additional email addresses. Optional.
CreateMembershipContactStoreContactInput.billing
● CreateContactBillingInput
input
The billing details of the contact. Optional.
CreateMembershipContactStoreContactInput.biography
● String
scalar
UTF-8 string value that represents the biography of the contact. Optional.
CreateMembershipContactStoreContactInput.contactPhoneNumbers
● ContactPhoneNumbersInput
input
A list of phone numbers of the contact. Optional.
CreateMembershipContactStoreContactInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create for the contact. Optional.
CreateMembershipContactStoreContactInput.department
● String
scalar
UTF-8 string value that represents the department of the contact. Optional.
CreateMembershipContactStoreContactInput.dietary
● ContactDietaryInput
input
The dietary information for the contact. Optional.
CreateMembershipContactStoreContactInput.externalIdentifier
● String
scalar
UTF-8 string value that represents the external identifier of the contact. Optional.