Account
| API | Description |
|---|---|
| GET api/Account |
Requires 2 headers "u" and "p". Value of "u" must be your username and the value of "p" must be your password. |
SubscriberDataV2
| API | Description |
|---|---|
| POST api/SubscriberDataV2?TestMode={TestMode} |
A function to save consumer data to the Heineken beverages Subscription database. Response returns: 1. SubscriberStatus (Subscribed or Unsubscribed) based on Email and/or CellNo. 2. Action (True or False) which indicates if the consumer data was saved. 3. ConsumerID which is the ID of the consumer in the Heineken beverages Subscription database, and returns -1 if no new consumer was created. Note: Both Email and CellNo need to be supplied for a new consumer to be saved |