Get Booking Detail

Use the getBookingDetail method to get detailed data for an specific booking.

Get Booking Detail Request

Method: getBookingDetail.

The request structure is shown below:


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws_2013.services.cangooroo.net/" xmlns:ws1="WS_2013.OperatorCredential"> <soapenv:Header/> <soapenv:Body> <ws:getBookingDetail> <ws:credential> <ws1:UserName>?</ws1:UserName> <ws1:Password>?</ws1:Password> <ws1:ClientId>?</ws1:ClientId> </ws:credential> <ws:bookingId>?</ws:bookingId> </ws:getBookingDetail> </soapenv:Body></soapenv:Envelope>

The UserName tag is where you're supposed to put in the UserName given you by the Operator. While the Password is where you're supposed to insert the Password given you by the Operator. The credential provided must be Operator level.

The ClientID is outdated and the value should be always 0 (zero).

The bookingId tag must filled with the booking id that you want to receive detailed info.

Get Booking Detail Response

The typical response is the booking data with a list of services. Unfortunately at this time we do not provide any information about the error.