CustomerProfile

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CustomerEmail.

allowMarketingBooleanfalseSets if it is primary or not.
allowThirdPartyEmailAddressTypetrueGives more information about that email

JSON representation

{
	"id": 1,
	"allowMarketing": false,
	"allowThirdParty": true
}