In order to cancel a confirmed booking you will need to send the following request Cancellation request <request version="4.0"> <auth> <username>example</username> <password> example</password> <agent> example</agent> </auth> <cars-cancel id="h1.1234"> <cancellation-reason>I really need to cancel</cancellation-reason> </cars-cancel> </request>
Cancellation response <?xml version="1.0"?>
<response success="1" session="h1.1234">
<cancellation status="cancelled">
<remarks />
</cancellation>
</response>
|