When a Loyalty App deletes an existing loyalty checkin, to indicate that the loyalty member has left the venue, the location will be notified with the following event.
EVENT loyalty_checkin_deleted
Parameters
Field | Type | Description |
---|---|---|
id | Number |
The unique ID representing the loyalty checkin. |
appId | String |
The ID of the Loyalty App that deleted the loyalty checkin. |
Example
Event
{
"event": "loyalty_checkin_deleted",
"data": {
"id": 123
"appId": 275
}
}
Comments
0 comments
Please sign in to leave a comment.