51黑料不打烊

Person data type

Person is a standard Experience Data Model (XDM) data type that describes an individual person. This datatype can represent a person acting in various roles, such as a customer, contact, or owner.

{width="500"}

Property
Data type
Description
name
Person name
Describes details about the person鈥檚 full name.
birthDate
Date
The full date a person was born. The date format (without time) should follow the standard.
birthDayAndMonth
String
The day and month a person was born, in the format MM-DD. This field should be used when the day and month of a person鈥檚 birth is known, but not the year. The format of this property must conform to this regular expression [0-1][0-9]-[0-9][0-9].
birthYear
Integer
The year a person was born including the century (for example, 1983). This field should be used when only the person鈥檚 age is known and not the full birth date. This value must be between 1 and 32767.
gender
String

The gender identity of the person. The value of this property must be equal to one of the following known enum values.

  • female

  • male

  • not_specified

  • non_specific

The default for this value is not_specified.

maritalStatus
String

Describes a person鈥檚 relationship with a significant other. The value of this property must be equal to one of the following enum values.

  • married

  • single

  • divorced

  • widowed

  • not_specified

The default for this value is not_specified.

nationality
String
The legal relationship between a person and their state represented using the ISO 3166-1 Alpha-2 code. The format of this property must conform to this regular expression ^[A-Z]{2}$.
taxId
String
The tax or fiscal ID of the person, such as the Taxpayer Identification Number (TIN) in the US or the Certificado de Identificaci贸n Fiscal (CIF/NIF) in Spain.

For more details on the data type, refer to the public XDM repository:

recommendation-more-help
62e9ffd9-1c74-4cef-8f47-0d00af32fc07