Menu reporting data includes detailed information about menu entities as they relate to sales. For example, the gross and net sales of the Croissant menu item and the number sold at a restaurant on a specified day. For more information about what is included in the menu reporting data, see Understanding the menu reporting data. For more information about inactive restaurant data, see Viewing inactive restaurant data.
Retrieving the menu reporting data is a two-step process. You must:
-
Send a
POST
request to the/era/v1/menu
or/era/v1/menu/{timeRange}
endpoint to create a request for menu reporting data for the restaurants in a management group. The response includes thereportRequestGuid
, the unique request identifier. These endpoints are for either a custom time range (/era/v1/menu
), which can include a time range for any number or days, or a specific time range (/era/v1/menu/{timeRange}
), which allows for a maximum number of days depending on the specific time range value chosen. For more information, see Creating a request for menu reporting data. -
Send a
GET
request to the/era/v1/menu/{requestReportGuid}
endpoint to retrieve the menu reporting data. For more information, see Retrieving the menu reporting data.
Note |
The |