Mindbody · Schema

AddArrivalResponse

Implementation of the 'AddArrivalResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ArrivalAdded boolean When `true`, indicates that the arrival was added to the database.
ClientService object Contains information about the pricing option being used to pay for the client’s current service session.
View JSON Schema on GitHub

JSON Schema

public-api-v6-add-arrival-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-add-arrival-response-schema.json",
  "title": "AddArrivalResponse",
  "description": "Implementation of the 'AddArrivalResponse' model.",
  "type": "object",
  "properties": {
    "ArrivalAdded": {
      "type": "boolean",
      "description": "When `true`, indicates that the arrival was added to the database.",
      "example": true
    },
    "ClientService": {
      "$ref": "#/components/schemas/ClientService",
      "description": "Contains information about the pricing option being used to pay for the client\u2019s current service session."
    }
  }
}