Mindbody · Schema

TerminateContractResponse

Implementation of the 'TerminateContractResponse' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
Contract object Contains confirmation message for the successful contract termination.
View JSON Schema on GitHub

JSON Schema

public-api-v6-terminate-contract-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-terminate-contract-response-schema.json",
  "title": "TerminateContractResponse",
  "description": "Implementation of the 'TerminateContractResponse' model.",
  "type": "object",
  "properties": {
    "Contract": {
      "$ref": "#/components/schemas/ClientContract",
      "description": "Contains confirmation message for the successful contract termination."
    }
  }
}