NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve list of guests that are travelling with the selected guest

get

/spms/v1/reservations/{reservationId}/travellingWith/profileSearchTemplate/{templateId}

This is to retrieve a list of guests that are travelling with the selected guest

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns a list of guests that are travelling with the selected guest
Body ()
Root Schema : Oracle Response object
Type: object
Title: Oracle Response object
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : travellingWithContainer
Type: object
travelling with container
Show Source
Nested Schema : travellingWith
Type: object
Travelling with the selected guest
Show Source
Nested Schema : reservationDetails
Type: array
Show Source
Nested Schema : reservationDetails
Type: object
Reservation Details
Show Source
Nested Schema : linksProfile
Type: object
links detail
Show Source

400 Response

The supplied parameter(s) is not valid
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

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

403 Response

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

404 Response

The selected guest does not exist
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

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

415 Response

The media supplied is not supported
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