CustomerProfile
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CustomerEmail. |
allowMarketing | Boolean | false | Sets if it is primary or not. |
allowThirdParty | EmailAddressType | true | Gives more information about that email |
JSON representation
{ "id": 1, "allowMarketing": false, "allowThirdParty": true }