GET api/user/bookings/{bookingId}?flatten={flatten}
Returns one booking summary for the caller by bookingId (same shape as a list item). Same payment rule as the list (received payment or order-finalised). 404 when the booking is unpaid checkout. Not limited to the current 14-day list window or the 200-row list cap.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId | globally unique identifier |
Required |
|
| flatten | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.