Validate required information for checking in a reservation

post

/spms/v1/reservations/validation/checkIns

This is to validate required information for checking in a reservation

Request

Supported Media Types
Body ()
Reservation Id
Root Schema : reservationId
Type: number
Minimum Value: 1
Pattern: ^[0-9]*$
Reservation Id
Example:
1001
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : Check In Validation
Type: object
Title: Check In Validation
Check In Validation
Show Source
Nested Schema : item
Type: array
Empty body with 200 HTTP response status code

400 Response

Bad Request
Body ()
Root Schema : Check In Validation bad request
Type: object
Title: Check In Validation bad request
Check In Validation bad request
Show Source
Nested Schema : item
Type: array
A list of objects that contains error messages and fields grouped by category.

403 Response

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

405 Response

Method Not Allowed
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

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

500 Response

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