Mindbody · JSON Structure

Public Api V6 Copy Credit Card Request Structure

Implementation of the 'CopyCreditCardRequest' model. crosssite/copycreditcard

Type: object Properties: 6
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

SourceSiteId SourceClientId SourceUniqueClientId TargetSiteId TargetClientId TargetUniqueClientId

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-copy-credit-card-request-structure.json",
  "name": "CopyCreditCardRequest",
  "description": "Implementation of the 'CopyCreditCardRequest' model. crosssite/copycreditcard",
  "type": "object",
  "properties": {
    "SourceSiteId": {
      "type": "int32",
      "description": "The siteId of the source clientId.",
      "example": 123456
    },
    "SourceClientId": {
      "type": "string",
      "description": "The clientId at the source siteId.",
      "example": "example-value"
    },
    "SourceUniqueClientId": {
      "type": "int32",
      "description": "The unique clidnetId at the source siteId.",
      "example": 123456
    },
    "TargetSiteId": {
      "type": "int32",
      "description": "The siteId of the target clientId.",
      "example": 123456
    },
    "TargetClientId": {
      "type": "string",
      "description": "The clientId at the target siteId.",
      "example": "example-value"
    },
    "TargetUniqueClientId": {
      "type": "int32",
      "description": "The unique clidnetId at the target siteId.",
      "example": 123456
    }
  }
}