Customer download
Customer Download¶
Property | Type | Description |
---|---|---|
string | ||
familyName | string | |
givenName | string | |
gender | string | |
birthDate | DateTime | |
salutation | string | possible values; Mr, Mrs, Child, Other |
mobilePhone | string | |
maritalStatus | string | |
passport | string | |
displayName | string | |
telephone | string | |
nationality | string | |
address | PostalAddressDownload | |
additionalName | string | |
preferredLanguage | string |
Person¶
This is the main profile object containing data about the user/guest as a person.
Property | Type | Description |
---|---|---|
ipAddress | string | IP-address of the device the person used last |
givenName | string | |
additionalName | string | Middle name |
familyName | string | |
displayName | string | |
address | PostalAddress | |
string | ^[a-zA-Z0-9.!#$%&’'*+/=?^_`|}{~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$ is used for email validation |
|
faxNumber | string | |
gender | string | Female, Male, Diverse |
nationality | string | ISO 3166 two-letter uppercase subculture code. In cases where a two-letter language code is not available, a three-letter code derived from ISO 639-2 is used |
birthDate | DateTime(nullable) | |
telephone | string | |
maritialStatus | string | Single, Married, Divorced, Widowed |
passport | string(100) | Passport number |
mobilePhone | string | |
salutation | string | see below |
Salutation¶
The "Salutation" value is parsed and saved as the English abbrevations (header row) which we always return. This means you can send any value out of the table below (with or without . and in any caption), but we will return the values in the header.
values | Mr | Mrs | Child | Other |
---|---|---|---|---|
en | Mr. / Mister | Mrs. / Miss | Child | not null or empty |
de | Hr. / Herr | Fr. / Frau | Kind | not null or empty |
fr | M. / Monsieur | Mme./ Madame | Enfant | not null or empty |
it | Sig. / Signor / Senor / Signore | sig.ra. / Signora | Bambino | not null or empty |
es | Sr. / Señor | Sra. / Señora / Dona | Niño | not null or empty |
Last update:
January 27, 2023 14:37:03