Questions tagged [mindbody]

MINDBODY online platform and SOAP-based API.

MINDBODY offers its business management services as an online platform and an API for its clients to use. The MINDBODY API is a SOAP-based API for allowing 3rd parties to programmatically access MINDBODY Online business logic and data.

25 questions
0
votes
2 answers

mindbody api post CustomClientFields

Im using the API class from Mindbody GetClientServices to access the MindBody Api. Works great. Now i need to add custom values to the client defined in the Mindbody CMS (ie exmployer) So this is the array i am…
0
votes
1 answer

Mindbody get details of every client visit

Right now I have a very expensive (API intense) way to get every single client's visit history. First I get each Client ID, then I call GetClientVisits to get each client's history. Is there a less API intense way to do this? See code below: …
danywigglebutt
  • 238
  • 1
  • 17
0
votes
2 answers

How I can get all Clients with MindBody API python

I am trying to get all clients using MindBody API, I tried this, from suds.client import Client from Helper.ClientService import ClientServiceMethods # Making a call calls = ClientServiceMethods() result = calls.GetAllClients() client_dict =…
Ayyoub
  • 4,581
  • 2
  • 19
  • 32
0
votes
1 answer

Mindbody GetClientServices

I've been navigating my way through the Mindbody API for a few days now, their php sample api implementation seems to have a couple of bugs here and there. I've run across a mind block trying to get the specific services acquired by the user, I'm…
Karol See
  • 1
  • 2
0
votes
1 answer

Can I get all the studio's detail from Mindbody to my application through the MindBody API?

I am working on an app where I need to integrate the MindBody API, and I have accessed it successfully, but the problem is that I am not sure whether I can get only my studio related data or all the studio related data which are available on…
Pankaj K.
  • 535
  • 8
  • 18
0
votes
1 answer

Mindbody API Returning Invalid StartDates And EndDates

This Suddenly Happed , Mindbody started to returning next class schedule date , instead of returning startdate and enddate of given class . like this . [StartDateTime] => 2016-05-09T17:15:00 [EndDateTime] => 2016-05-09T18:15:00 this is like for…
0
votes
1 answer

Mindbody Api , GetClassSchedulesRequest

the operation GetClassSchedulesRequest , returns a list of schedules , but it does not return class status (isCancelled,isAvaialble,Substitute). if i add "ClassSchedules.Classes" to the Fields Paramater , it returns all the classes inside that…
0
votes
2 answers

iOS SOAP request for Mindbody API

I have been trying to make SOAP requests with swift for the past few days unsuccessfully and wondering if anybody can direct me to getting a successful response. I understand that NSURLConnection is deprecated but I wanted to test to see if I can…
joanna cheung
  • 161
  • 3
  • 9
0
votes
2 answers

Mindbody API - Getting error while adding client to class (Signup)

I have this code running for accessing Mindbody API. This method adds a client to selected class. But this is not working and giving me message: "ErrorCode : 201 An action has failed. Please see object message for details." public string…
user240141
-1
votes
1 answer

Mindbody api (using python) emitting not well-formed (invalid token)

Hi friends I am trying to implement Mindbody API using python. But I am getting error that caused my work down. Down the page error is shown. Traceback (most recent call last): File "Appointment.py", line 6, in class…
Ravi
  • 1
1
2