Contact
Contact object fields.
Occurrence
Content
| Key | Type | Description |
|---|---|---|
| id | int | Internal shopper ID |
| uuid | string |
|
| title | string |
|
| firstname | string | The shopper's first name |
| lastname | string | The shopper's last name |
| company | string | The shopper's company name |
| street | string | The shopper's street |
| zip | string | The shopper's postcode |
| place | string | The place in which the shopper is living |
| country | string | The translated name of the country in which the shopper is living |
| countryISO | string | The ISO 3166-1 Alpha 2 string of the country in which the shopper is living |
| phone | string |
|
| string | The shopper's email address | |
| date_of_birth | string |
|
| delivery_title | string |
|
| delivery_firstname | string | The recipient's first name |
| delivery_lastname | string | The recipient's last name |
| delivery_company | string | The recipient's company name |
| delivery_street | string | The recipient's street |
| delivery_zip | string | The recipient's postcode |
| delivery_place | string | The place in which the recipient is living |
| delivery_country | string | The translated name of the country in which the recipient is living |
| delivery_countryISO | string | The ISO 3166-1 Alpha 2 string of the country in which the recipient is living |
Example
{
"id": 1234,
"uuid": "aabb1122",
"title": "female",
"firstname": "Jane",
"lastname": "Doe",
"company": "zahls.ch",
"street": "Burgstrasse 20",
"zip": "3600",
"place": "Thun",
"country": "Switzerland",
"countryISO": "CH",
"phone": "0335500010",
"email": "subscription@test.com",
"date_of_birth": "01.01.1970",
"delivery_title": "",
"delivery_firstname": "",
"delivery_lastname": "",
"delivery_company": "",
"delivery_street": "",
"delivery_zip": "",
"delivery_place": "",
"delivery_country": "",
"delivery_countryISO": ""
}