When a Loyalty App reports that a loyalty member has entered a location, the location will be notified with the following event.
EVENT loyalty_checkin_created
Parameters
Field | Type | Description |
---|---|---|
id | Number |
The unique ID representing the loyalty checkin. |
appId | String |
The ID of the Loyalty App that created the loyalty checkin. |
uri | String |
The url of the loyalty checkin |
Example
Event
{
"event": "loyalty_checkin_created",
"data": {
"id": 123
"appId": 275
"uri": "https://sandbox.doshii.co/pos/v3/loyalty/checkins/123"
}
}
Comments
0 comments
Please sign in to leave a comment.