NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Update a gate location details by ID.

put

/spms/v1/configurations/gangwayGateLocations/{id}

This is to update a gate location details by ID

Request

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

Response

Supported Media Types

200 Response

Successful update of a gate location
Body ()
Root Schema : gateLocations
Type: object
Title: gateLocations
Show Source

400 Response

Bad Request or Invalid Parameter sent in Request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

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

Requested gate location Not Found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

You are trying to update this gate location with an existing gate location
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occured while trying to update this gate location
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top