GET api/user/bookings?flatten={flatten}&past={past}

Lists bookings for the current authenticated user (matched by account email). Only bookings with a received payment, or an order-finalised (terminal) payment, are included. Default is current bookings (cruise not yet returned, or returned within 14 days). Set past=true to list older bookings instead.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
flatten

boolean

Default value is False

past

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.