Mindbody · JSON Structure

Public Api V6 Update Sale Date Response Structure

Implementation of the 'UpdateSaleDateResponse' model. Update Sale Date Response Properties

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Sale

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-update-sale-date-response-structure.json",
  "name": "UpdateSaleDateResponse",
  "description": "Implementation of the 'UpdateSaleDateResponse' model. Update Sale Date Response Properties",
  "type": "object",
  "properties": {
    "Sale": {
      "$ref": "#/components/schemas/Sale",
      "description": "The updated Sale corresponding to the modified date"
    }
  }
}