Information about the contact.
Important
By default, data sent in notifications no longer contains the following PII (Personally Identifiable Information):
- street1
- street2
- postalcode
- city
- phone1
- phone2
- fax
If you currently receive this data in notifications and you want us to discontinue sending it, contact Client Experience. For more information about these changes, see Ensuring Global Compliance.
Field Name | Type | Description |
---|---|---|
language | string | Contact's language. |
languageId | string | Two-character ID of the contact's language, see ISO 639-1. |
locale | string | Two-character ID of the contact's language (see ISO 639-1) followed by two-character ID of the contact's country (see ISO 3166-1 alpha-2). |
salutation | string | Contact's salutation. Possible values are Mr, Ms, Mrs, Miss. |
salutationId | string | Contact's salutation ID. Possible values are Mr. = MR , Ms. = MS , Mrs. = MRS , Miss = MIS . |
title | string | Contact's title. |
company | string | Name of the company. |
companyType | string | Company type. Possible values are Company, Governmental, Miscellaneous, Non-profit, and School/University, |
companyTypeId | string | ID of the company type. Possible values are Company = COM , Governmental = GOV , Miscellaneous = MIS , Non-profit = NPR and School/University = UNI . |
firstname | string | Contact's first name. |
lastname | string | Contact's last name. |
companyKatakana | string | Name of the company in Katakana. |
firstnameKatakana | string | Contact's first name in Katakana. |
lastnameKatakana | string | Contact's last name in Katakana. |
companyRomanized | string | Romanized name of the company. |
firstnameRomanized | string | Contact's romanized first name. |
lastnameRomanized | string | Contact's romanized last name. |
street1 | string | Contact's street address. |
street2 | string | Contact's additional street information. |
postalcode | string | Contact's postal code. |
city | string | Contact's city. |
state | string | Contact's state. |
stateId | string | Five- or six-character ID of the customer's country and state based on ISO 3166-2. It is required for Australia, Brazil, Canada, India, Ireland, Japan, the UAE, and the USA. For syntax, see GraphQL StateEnum. |
country | string | Contact's country. |
countryId | string | Two-character ID of the contact's country, see ISO 3166-1 alpha-2. |
phone1 | string | Contact's phone number. |
phone2 | string | Contact's additional phone number. |
fax | string | Contact's fax number. |
string | Contact's email address. | |
vatId | string | Taxation number of the contact's company. It should correspond with the company's CountryId . |