---
title: "Retrieve Receipts Summary"
method: GET
path: "/v2/company/{company_id}/receipts_summary"
tags: ["Receipts"]
---

# Retrieve Receipts Summary

`GET /v2/company/{company_id}/receipts_summary`

## Path parameters

- `company_id` integer, required

## Query parameters

- `location_id` integer, required
- `receipt_date[gte]` string, date
- `receipt_date[lte]` string, date
- `modified_since` string, date

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `200`

OK

- object
  - `data` object[]
    - `date` string, date
    - `open` object
      - `receipt_count` integer
      - `net_total` integer
      - `gross_total` integer
      - `tip_total` integer
      - `receipt_discounts` integer
    - `closed` object
      - `receipt_count` integer
      - `net_total` integer
      - `gross_total` integer
      - `tip_total` integer
      - `receipt_discounts` integer
    - `voided` object
      - `receipt_count` integer
      - `net_total` integer
      - `gross_total` integer
      - `tip_total` integer
      - `receipt_discounts` integer
    - `deleted` object
      - `receipt_count` integer
      - `net_total` integer
      - `gross_total` integer
      - `tip_total` integer
      - `receipt_discounts` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Unexpected error

---

[API](https://skmtc.net/7shifts/apis/7shifts-api.md) · [All operations](https://skmtc.net/7shifts/apis/7shifts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/7shifts/7shifts-api/revisions/96a02ef888ab/schema)
