Enrollment Details
Details of the enrolled customer, including the promotion party usage ID associated
with the account.
JSON example
1{
2 "account": {
3 "id": "001xx000003DHPQAA4"
4 },
5 "contact": {
6 "id": "003xx000004TmiQAAS",
7 "lastName": "Diaz",
8 "email": "diaz@example.com"
9 },
10 "promotion": {
11 "id": "0cDxx0000004ABC",
12 "code": "PROMO-1001"
13 },
14 "enrollmentOffer": {
15 "id": "0kWxx0000007XYZ",
16 "code": "OFFER-101"
17 },
18 "promotionPartyUsageId": "1lpRM0000004CEmYAM",
19 "enrollmentEffectiveDateTime": "2026-05-01T00:00:00Z",
20 "enrollmentExpirationDateTime": "2026-05-31T23:59:59Z"
21}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| account | Account Identifier | Details of the account that's enrolled in a promotion. | Big, 67.0 | 67.0 |
| contact | Contact Identifier | Contact details of the account that's enrolled in a promotion. | Big, 67.0 | 67.0 |
| enrollmentEffectiveDateTime | DateTime | Start date and time of the promotion enrollment. | Big, 67.0 | 67.0 |
| enrollmentExpirationDateTime | DateTime | Expiration date and time of the promotion enrollment. | Big, 67.0 | 67.0 |
| enrollmentOffer | Offer Identifier | Details of the offer associated with the promotion enrollment. | Big, 67.0 | 67.0 |
| promotion | Promotion Identifier | Details of the promotion in which the customer is enrolled. | Big, 67.0 | 67.0 |
| promotionPartyUsageId | String | Unique identifier assigned to the customer. Use promotionPartyUsageId to track promotion usage for that customer. | Big, 67.0 | 67.0 |