Guest reporting data includes payment details associated with a guest's payment card. For more information, see Understanding the guest reporting data. For more information about inactive restaurant data, see Viewing inactive restaurant data.
Note |
|
Retrieving the guest reporting data is a two-step process. You must:
-
Send a
POST
request to the/era/v1/guest/payments/{timeRange}
endpoint to create a request for guest reporting data organized by payment for the restaurants in a management group. The response is thereportRequestGuid
, which is the unique request identifier. The analytics API supports retrieving guest reporting data for theday
andweek
time ranges. For more information, see Creating a request for guest reporting data. -
Send a
GET
request to the/era/v1/guest/payments/{reportRequestGuid}
endpoint to retrieve the guest reporting data organized by payment. For more information, see Retrieving the guest reporting data.
Note |
The |