<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<AddOrUpdateAppointmentsResponse xmlns="http://clients.mindbodyonline.com/api/0_5">
<AddOrUpdateAppointmentsResult>
<Status>Success</Status>
<ErrorCode>200</ErrorCode>
<XMLDetail>Full</XMLDetail>
<ResultCount>1</ResultCount>
<CurrentPageIndex>0</CurrentPageIndex>
<TotalPageCount>0</TotalPageCount>
<Appointments>
<Appointment>
<Duration xsi:nil="true"/>
<Action>Added</Action>
<ID>0</ID>
<Status>Booked</Status>
<StartDateTime>0001-01-01T00:00:00</StartDateTime>
<EndDateTime>0001-01-01T00:00:00</EndDateTime>
<StaffRequested>false</StaffRequested>
<FirstAppointment>false</FirstAppointment>
</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.