Mindbody · JSON Structure

Public Api V6 Response Details Structure

Implementation of the 'ResponseDetails' model. Contains information about the response message detail.

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Status TransactionId Message

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-response-details-structure.json",
  "name": "ResponseDetails",
  "description": "Implementation of the 'ResponseDetails' model. Contains information about the response message detail.",
  "type": "object",
  "properties": {
    "Status": {
      "type": "string",
      "description": "Contains information about the response status.",
      "example": "Active"
    },
    "TransactionId": {
      "type": "string",
      "description": "The unique transaction ID.",
      "example": "example-value"
    },
    "Message": {
      "type": "string",
      "description": "Contains information about the response message detail.",
      "example": "example-value"
    }
  }
}