Implementation of the 'ClientDuplicate' model. A client record that is considered a duplicate based on matching of the client's first name, last name, AND email fields
ClientDuplicate is a JSON Structure definition published by Mindbody, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-client-duplicate-structure.json",
"name": "ClientDuplicate",
"description": "Implementation of the 'ClientDuplicate' model. A client record that is considered a duplicate based on matching of the client's first name, last name, AND email fields",
"type": "object",
"properties": {
"Id": {
"type": "string",
"description": "The client\u2019s ID, as configured by the business owner. This is the client\u2019s barcode ID if the business owner assigns barcodes to clients. This ID is used throughout the Public API for client-related Public API calls. When used in a POST `UpdateClient` request, the `Id` is used to identify the client for the update.",
"example": "example-value"
},
"UniqueId": {
"type": "int32",
"description": "The client\u2019s system-generated ID at the business. This value cannot be changed by business owners and is always unique across all clients at the business. This ID is not widely used in the Public API, but can be used by your application to uniquely identify clients.",
"example": 123456
},
"FirstName": {
"type": "string",
"description": "The client\u2019s first name.",
"example": "Alex"
},
"LastName": {
"type": "string",
"description": "The client\u2019s last name.",
"example": "Lane"
},
"Email": {
"type": "string",
"description": "The client\u2019s email address.",
"example": "kinlane@example.com"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.