Update A Booking

BookingUpdateRequest

The BookingUpdateRequest request takes the following form.

 

Request

Parameters

Name Type Description
LoginDetails object Required. See the Login section.
BookingReference string Required.
TradeReference string

Max. length 50 characters; additional data will be truncated.

This should be the booking reference in your system.

 

<?xml version="1.0" encoding="UTF-8"?>
<BookingUpdateRequest>
  <LoginDetails>
    <Login>xmltest</Login>
    <Password>xmltest</Password>
    <Version>6.0</Version>
  </LoginDetails>
  <BookingReference>2042284</BookingReference>
  <TradeReference>59849848</TradeReference>
</BookingUpdateRequest>

Response

This will return the same fields as the Booking response.