Loyalty Enrollment
Represents the information required to enroll a customer in the loyalty program, including customer details and consent data.
nicknamestring
A non-unique nickname of the loyalty profile in the external loyalty vendor application.
Possible values: >= 3 characters
Example:
john_doe
enrollmentConsentbooleanrequired
User’s consent to participate and enroll in the loyalty program.
Possible values: [true
]
Example:
true
Loyalty Enrollment
{
"nickname": "john_doe",
"enrollmentConsent": true
}