Find A Booking
The booking request takes the following form to return the booking details.
Important! Note that when the requested booking has a status of "Cancelled", the response given will be the same as that of the Cancel method.
Parameters
Name | Type | Description |
---|---|---|
LoginDetails | object | Required. See the Login section. |
BookingReference | string | Required. |
Response
The response on a successful booking request is the same as the data returned in the BookRequest, with the exception that CancellationPolices are not returned.