Promotion Memberships represents an Account’s API membership to a Promotion API . Each Promotion Membership carries progress towards completing the Promotion. Promotion Memberships are created automatically for the account when a Loyalty Program Membership API is created.
+Promotion Memberships
Promotion Memberships represents an Account’s API membership to a Promotion API . Each Promotion Membership carries progress towards completing the Promotion. Promotion Memberships are created automatically for the account when a Loyalty Program Membership API is created.
Returns a paginated API list of Promotion Memberships for an Account API
curl -X GET \
https://service.centrapay.com/api/accounts/57SyRRgZ1U8Kq2wKpCnSR5/promotion-memberships \
@@ -78,7 +78,8 @@
"modifiedAt": "2023-02-08T04:04:27.426Z",
"modifiedBy": "crn::user:1234",
"progress": 0,
- "status": "active"
+ "status": "active",
+ "test": true
}
]
}