Cancellation Request<request version="4.0">
<auth>
<username>example</username>
<password>example</password>
<agent>example</agent>
</auth>
<flights-cancel id="dv.1209451331">
<cancellation-reason>Test Cancellation</cancellation-reason>
</flights-cancel>
</request>
Parameter | Type | Comments | flight-cancel @id | string | the booking id you wish to cancel | cancellation-reason | text | why are you cancelling the booking (not mandatory)
|
Cancellation Response<response success="1">
<cancellation status="cancelled"/>
</response>
Parameter | Type | Comments | cancellation @status | string | the status of your cancellation request |
Note: Cancellation requests are NOT guaranteed to be processed immediately, so if the status returned is not "cancelled" - it is your responsibility to contact Innstant support and make sure your request has been received |
|