Retrieves a single daily sales summary with its paginated sales tickets for the specified business date and location
Put ONLY your JWT Bearer token on textbox below!
The business date of the daily sales summary to retrieve
Location identifier to filter by
Maximum number of sales tickets to return per page. Default 250
Continuation token for pagination. Use the nextLink from a previous response to get the next page of tickets
Daily sales summary with paginated sales tickets.
Unique identifier of the daily sales summary.
Unique identifier of the location.
Display name of the location.
Number assigned to the location.
Unique identifier of the sales ticket.
Free-text comment associated with the sales ticket.
Display name of the tax detail.
Total monetary amount on the sales ticket.
Unique identifier of the server.
Display name of the server.
Unique identifier of the sales detail.
Unique identifier of the pos item.
Display name of the pos item.
Unique identifier of the sales account.
Display name of the sales account.
Number assigned to the sales account.
Unique identifier of the sales payment.
Monetary amount on the sales payment.
URL to retrieve the next page of results, or null when this is the last page.
User does not have access to the requested location.
{
"message": "Access to the requested resource is forbidden.",
"errorCode": "urn:r365:access-forbidden"
}Location not found, no daily sales summary found for the given filters, or continuation token not found or expired.
{
"message": "Record not found.",
"errorCode": "urn:r365:record-not-found"
}{
"message": "Record not found.",
"errorCode": "urn:r365:record-not-found"
}{
"message": "Record not found.",
"errorCode": "urn:r365:record-not-found"
}Unprocessable Content.
{
"message": "A businessDate filter is required.",
"errorCode": "urn:r365:public-api:daily-sales:missing-business-date-filter"
}{
"message": "A location filter is required.",
"errorCode": "urn:r365:public-api:daily-sales:missing-location-filter"
}