---
title: "Retrieve a list of sales details records"
method: GET
path: "/Business/Sales/SalesDetails"
tags: ["Rest"]
---

# Retrieve a list of sales details records

`GET /Business/Sales/SalesDetails`

## Query parameters

- `request.saleId` integer
- `request.startDate` string, date-time
- `request.endDate` string, date-time
- `request.excludedRevenueCategoryIds` integer[]
- `request.clientId` integer
- `request.limit` integer
- `request.offset` integer

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSaleSalesDetail[]
  - `SaleId` integer — The ID of the sale
  - `SalesDetailId` integer — The sales detail ID
  - `ItemAmount` number, double — The amount of the item purchased
  - `SaleDate` string, date-time — The date when the sale took place
  - `ContractId` integer — The ID of the contract purchased
  - `ClientContractId` integer — The unique contract ID for the client
  - `ContractType` string — The type of contract
  - `Autopay` boolean — Whether the item was sold as part of an Autopay
  - `ServiceCategoryId` integer — The service category ID of the purchased item
  - `ProductId` number, double — The ID of the product purchased
  - `ProductDescription` string — The product description
  - `PaymentMethod` string — The type of payment method used
  - `RevenueCategoryId` integer — The revenue category ID of the purchased item
  - `RevenueCategoryName` string — The revenue category of the purchased item
  - `DiscountAmount` number, double — The discount amount
  - `TaxAmount` number, double — The summed tax amount
  - `PromoCodeId` integer — The ID of the promo code used (if any)
  - `FirstName` string — Client First name
  - `LastName` string — Client last name
  - `Email` string — Client Email
  - `Phone` string — Client Phone no

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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