NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve excursion booking details

get

/spms/v1/excursions/bookings/{reservationId}

This is to retrieve excursion booking details for a reservation

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Retrieve Excursion booking details
Body ()
Root Schema : Excursion Bookings list
Type: object
Title: Excursion Bookings list
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Excursion Bookings
Type: object
Title: Excursion Bookings
Retrieve Excursion Bookings
Show Source

204 Response

No content

401 Response

You are not authorized to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Reservation ID not found
Body ()
Root Schema : schema
Type: string
Example:
Reservation ID not found

405 Response

This method is not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway

503 Response

Service not available
Back to Top