Mindbody · Schema

CopyCreditCardResponseClient

Implementation of the 'CopyCreditCardResponseClient' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ClientId string ClientId
UniqueId integer UniqeuId
SiteId integer SiteId
FirstName string First name of ClientId
LastName string Last name of ClientId
View JSON Schema on GitHub

JSON Schema

public-api-v6-copy-credit-card-response-client-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-copy-credit-card-response-client-schema.json",
  "title": "CopyCreditCardResponseClient",
  "description": "Implementation of the 'CopyCreditCardResponseClient' model.",
  "type": "object",
  "properties": {
    "ClientId": {
      "type": "string",
      "description": "ClientId",
      "example": "example-value"
    },
    "UniqueId": {
      "type": "integer",
      "format": "int32",
      "description": "UniqeuId",
      "example": 123456
    },
    "SiteId": {
      "type": "integer",
      "format": "int32",
      "description": "SiteId",
      "example": -99
    },
    "FirstName": {
      "type": "string",
      "description": "First name of ClientId",
      "example": "Alex"
    },
    "LastName": {
      "type": "string",
      "description": "Last name of ClientId",
      "example": "Lane"
    }
  }
}