Skip to main content

ContactFieldName

No description

enum ContactFieldName {
CONTACT_ID
FIRST_NAME
MIDDLE_NAME
LAST_NAME
ABBREVIATION
TITLE
DATE_OF_BIRTH
GENDER
SSN
PHONE
MOBILE
EMAIL
PRIMARY_LANGUAGE
MAILING_LIST
EXPIRES
DEBTOR_ID
LOGIN
IBAN
BANK_ACCOUNT
BIC
NOTES
TAX_NUMBER
COC_NUMBER
LOGIN_ROOT
PRIMARY_COMPANY_ID
COMPANY_ID
COMPANY_SOURCE_ID
COMPANY_SOURCE_NAME
SOURCE_NAME
SOURCE_ID
LANGUAGE
}

Values

ContactFieldName.CONTACT_ID

[Optional][String] Contact unique identifier

ContactFieldName.FIRST_NAME

[Optional][String] Contact's first name for personal identification and communication

ContactFieldName.MIDDLE_NAME

[Optional][String] Contact's middle name or initial for complete personal identification

ContactFieldName.LAST_NAME

[Optional][String] Contact's last name for personal identification and formal communication

ContactFieldName.ABBREVIATION

[Optional][String] A short abbreviation for the contact

ContactFieldName.TITLE

[Optional][String] The professional title or designation of the contact

ContactFieldName.DATE_OF_BIRTH

[Optional][DateTime] Contact date of birth, in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)

ContactFieldName.GENDER

[Optional][Enum] Contact gender, must be one of the following: [M, F, U]

ContactFieldName.SSN

[Optional][String] Contact social security number

ContactFieldName.PHONE

[Optional][String] Primary phone number for business communication and contact purposes

ContactFieldName.MOBILE

[Optional][String] Mobile phone number for urgent communication and SMS notifications

ContactFieldName.EMAIL

[Optional][String] Primary email address for business communication and notifications

ContactFieldName.PRIMARY_LANGUAGE

[Optional][String] Contact primary language

ContactFieldName.MAILING_LIST

[Optional][String] Whether the contact is subscribed to mailing list

ContactFieldName.EXPIRES

[Optional][DateTime] Contact expiration date, in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)

ContactFieldName.DEBTOR_ID

[Optional][String] External debtor system identifier for financial and billing integration

ContactFieldName.LOGIN

[Optional][String] Contact login

ContactFieldName.IBAN

[Optional][String] Contact IBAN

ContactFieldName.BANK_ACCOUNT

[Optional][String] Contact bank account number

ContactFieldName.BIC

[Optional][String] Contact BIC code

ContactFieldName.NOTES

[Optional][String] Contact notes

ContactFieldName.TAX_NUMBER

[Optional][String] Contact tax number

ContactFieldName.COC_NUMBER

[Optional][String] Contact chamber of commerce number

ContactFieldName.LOGIN_ROOT

[Optional][String] Contact login root

ContactFieldName.PRIMARY_COMPANY_ID

[Optional][String] The primary company ID for the contact

ContactFieldName.COMPANY_ID

[Optional][String] The id of the company the contact should be created in

ContactFieldName.COMPANY_SOURCE_ID

[Optional][String] The parent company source id

ContactFieldName.COMPANY_SOURCE_NAME

[Optional][String] The name of the parent company source

ContactFieldName.SOURCE_NAME

[Optional][String] Contact source name, use either CONTACT_ID or a combination of SOURCE_NAME and SOURCE_ID

ContactFieldName.SOURCE_ID

[Optional][String] Contact source id, use either CONTACT_ID or a combination of SOURCE_NAME and SOURCE_ID

ContactFieldName.LANGUAGE

[Optional][String] The preferred language of the contact, only required when using combination of SOURCE_NAME and SOURCE_ID

Member Of

ContactCsvMapping input