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_doeenrollmentConsentbooleanrequired
User’s consent to participate and enroll in the loyalty program.
Possible values: [true]
Example:
trueLoyalty Enrollment
{
"nickname": "john_doe",
"enrollmentConsent": true
}