AddOrUpdateAppointment Response

<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <AddOrUpdateAppointmentsResponse xmlns="http://clients.mindbodyonline.com/api/0_5_1"> <AddOrUpdateAppointmentsResult> <Status>Success</Status> <ErrorCode>201</ErrorCode> <XMLDetail>Full</XMLDetail> <ResultCount>1</ResultCount> <CurrentPageIndex>0</CurrentPageIndex> <TotalPageCount>0</TotalPageCount> <Appointments> <Appointment> <Messages> <string>Invalid booking time - The given time is not available for booking.</string> </Messages> <ErrorCode>700</ErrorCode> <Duration xsi:nil="true" /> <Action>Failed</Action> </Appointment> </Appointments> </AddOrUpdateAppointmentsResult> </AddOrUpdateAppointmentsResponse> </soap:Body> </soap:Envelope>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.