NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve the settings for gangway auto check out for a reservation

get

/spms/v1/configurations/gangwayAutoCheckOut

This is to retrieve the settings for gangway auto check out for a reservation. So that during the disembarkation day, the system should enable the auto check out guest/ crew functionalities.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Return auto check out settings for guest and crew
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Oracle Response object containing gangway auto check out settings for guest and crew
Type: object
Title: Oracle Response object containing gangway auto check out settings for guest and crew
The wrapper object when returning a list of objects in Oracle standard
Show Source
Example Response (application/json)
{
    "item":{
        "autoCheckOutPax ":"True",
        "autoCheckOutCrw":"False"
    }
}

400 Response

Unknown request found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

You do not have valid authorization
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

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

404 Response

Record not found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

415 Response

Content format not supported
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Internal server error occurred
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

503 Response

Service not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top