Mindbody · JSON Structure

Public Api V6 Return Sale Request Structure

Implementation of the 'ReturnSaleRequest' model. ReturnSaleRequest

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

ReturnSaleRequest is a JSON Structure definition published by Mindbody, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SaleId ReturnReason

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-return-sale-request-structure.json",
  "name": "ReturnSaleRequest",
  "description": "Implementation of the 'ReturnSaleRequest' model. ReturnSaleRequest",
  "type": "object",
  "properties": {
    "SaleId": {
      "type": "int32",
      "description": "The Sale ID of the sale item to be returned.",
      "example": 123456
    },
    "ReturnReason": {
      "type": "string",
      "description": "The reason for the return.",
      "example": "example-value"
    }
  }
}