Mindbody · JSON Structure

Public Api V6 Copy Credit Card Response Structure

Implementation of the 'CopyCreditCardResponse' model. crosssite/copycreditcard

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

CopiedFrom CopiedTo

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-response-structure.json",
  "name": "CopyCreditCardResponse",
  "description": "Implementation of the 'CopyCreditCardResponse' model. crosssite/copycreditcard",
  "type": "object",
  "properties": {
    "CopiedFrom": {
      "$ref": "#/components/schemas/CopyCreditCardResponseClient",
      "description": "Copied from"
    },
    "CopiedTo": {
      "$ref": "#/components/schemas/CopyCreditCardResponseClient",
      "description": "Copied To"
    }
  }
}