Promotion Enrollment
Output representation of the request to enroll a customer in a promotion.
JSON example
1{
2 "results": [
3 {
4 "account": {
5 "id": "001xx000003DHPQAA4"
6 },
7 "contact": {
8 "id": "003xx000004TmiQAAS",
9 "lastName": "Diaz",
10 "email": "diaz@example.com"
11 },
12 "promotion": {
13 "id": "0cDxx0000004ABC",
14 "code": "PROMO-1001"
15 },
16 "enrollmentOffer": {
17 "id": "0kWxx0000007XYZ",
18 "code": "OFFER-101"
19 },
20 "promotionPartyUsageId": "1lpRM0000004CEmYAM",
21 "enrollmentEffectiveDateTime": "2026-05-01T00:00:00Z",
22 "enrollmentExpirationDateTime": "2026-05-31T23:59:59Z"
23 }
24 ]
25}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| results | Enrollment Details[] | List of customer enrollment details. | Big, 67.0 | 67.0 |