Cancel Service
Cancels a Service on a booking in ProCharter.
Request Profile Table
Element | @Attribute |
Description/Contents |
CancelService / CancelServiceRequest |
Root element of message. |
BookingID |
ProCharter Booking ID of the booking to cancel Service from |
ServiceID |
ProCharter Service ID to Cancel |
Scenario:
You want to cancel Service 408841 on Booking 78857.
Example message:
<CancelService>
<CancelServiceRequest>
<BookingID>78857</BookingID>
<ServiceID>408841</ServiceID>
</CancelServiceRequest>
</CancelService>
Response Profile Table
Element | @Attribute |
Description/Contents |
CancelServiceResponse / CancelServiceResult |
Root element of message. |
Success |
Indicates if the Service was added successfully |
Example message:
<CancelServiceResponse xmlns="ResLink">
<CancelServiceResult>
<TimeStamp>2016-01-12T11:46:11.2575664+10:00</TimeStamp>
<Status Code="0" Message=""/>
<Errors/>
<Warnings/>
<Success>true</Success>
</CancelServiceResult>
</CancelServiceResponse>