Closed arvinkx closed 9 years ago
SessionTypeIds is (or at least was) a requirement of this call. If you need to pass additional info, you have to pass a hash after the required arguments as documented here
Ah, I see now. I was adding a key to the required field just like the optional parameters, as well. Thanks.
Hi, I'm not sure if this is expected behavior but it seems when using the get_bookable_items call it nests the parameter in "SessionTypeIDs," which seems to remove the ability to add Staff IDs, or Start and End Dates in with the call. For example:
MindBody::Services::AppointmentService.get_bookable_items(_Anything passed in here is nested inside tns:SessionTypeIDs_)
Therefore trying to call:
Results in this:
Is this the expected behavior and is there a different way of getting more parameters other than just SessionIDs in the API call?