NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve the onboard status for a profile

get

/spms/v1/reservations/{reservationId}/onboardStatus

This is to retrieve the onboard status for a profile

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Get Status successfully
Body ()
Root Schema : Oracle Response object with singular object returned
Type: object
Title: Oracle Response object with singular object returned
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : item
Type: object
Show Source
Nested Schema : staterooms
Type: object
Special Needs
Show Source
Example Response (application/json)
{
    "reservationId":989323,
    "onBoardStatus":"ONBOARD"
}

403 Response

This API is not allowed for your current user role
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Oracle Response object with singular object returned
Type: object
Title: Oracle Response object with singular object returned
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : item
Type: array
A list object that contains error message and field.
Example Response (application/json)
{
    "item":[
        {
            "message":"Reservation Id is missing!",
            "field":"reservationId"
        }
    ]
}

405 Response

Method requested not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

Get Status failed
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occured 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