Request for checking possibility and cancelling booking.
Types:
Type | Description |
---|---|
bookingcancelcheck | check if cancellation |
bookingcancel | cancel booking |
Conditions:
Element name | Description |
---|---|
language | Language code |
currency | Currency code |
ofr_tourOp | Touroperator code |
expedient_code | Expedient code |
booking_number | number of a booking |
<?xml version="1.0" encoding="UTF-8"?> <mds> <auth> <login>login</login> <pass>password<pass> <source>MDSWS</source> <srcDomain>source.domain.pl</srcDomain> <consultant>TEST</consultant> </auth> <request> <conditions> <language>PL</language> <currency>PLN</currency> <ofr_tourOp>EXIM</ofr_tourOp> <expedient_code>EECD</expedient_code> <booking_number>622419726</booking_number> </conditions> <forminfo/> <type>bookingcancelcheck</type> </request> </mds>
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <response> <result msgCode="760" bookingNumber="622419726" status="??" msgText="Anulowanie rezerwacji mozliwe" orgOperText="" subCode=""/> <agency_messages></agency_messages> <option possible="0"/> <pricetotal operPrice="0.00" operCurrency=""/> <catalog></catalog> <services></services> <debug></debug> <offers></offers> </response>
Correct msgCodes:
MsgCode | Description |
---|---|
760 | Booking available for cancellation |
202 | Booking cancelled |