When the POS deletes a loyalty checkin that they originally created, the Loyalty App will be notified with the following event.
EVENT loyalty_checkin_deleted
Parameters
Field | Type | Description |
---|---|---|
id | Number |
The unique ID representing the loyalty checkin. |
locationId | String |
Unique hashed id for this Location. See Hashed Location IDs. |
posTerminalId | String |
Unique id for a given POS Terminal within the Location. |
memberRef | String |
The member reference used to uniquely identified the loyalty member within the Loyalty App. |
Example
Event
{
"event": "loyalty_checkin_deleted",
"data": {
"id": 123
"locationId": "aH43yx2",
"posTerminalId": "W34ed2xa",
"memberRef": "123-456-789"
}
}
Comments
0 comments
Please sign in to leave a comment.