NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve guests profile with criteria search

get

/spms/v1/guest

This is to retrieve guests profile with criteria search using keyword. When the keyword is not defined in the search criteria, all profile records will be return. Otherwise only specific profile records will be listed based on the defined search criteria.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Return a list of profile details
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 : ReturnSearchData
Type: object
data return
Show Source
Nested Schema : ProfileDetails
Type: object
Profile Details
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

403 Response

This API is not allowed for the current user
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
Back to Top