NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Update the settings for required visa check at gangway

put

/spms/v1/configurations/visaChecks

This is to update the settings for required visa check at gangway

Request

Supported Media Types
Body ()
Root Schema : UpdateVisaCheck
Type: object
Title: UpdateVisaCheck
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Response
Body ()
Root Schema : GetVisaCheck
Type: object
Title: GetVisaCheck
Show Source
Example Response (application/json)
[
    {
        "name":"Enable Visa Check",
        "enabled":true,
        "value":"0",
        "description":"Port/Visa Check",
        "comment":"0-Turn Check off, 1-Turn Check On"
    }
]

204 Response

No data is available

401 Response

Full authentication is required to access this resource
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

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

502 Response

Bad Gateway

503 Response

Service not available
Back to Top