Reverse check In of the Reservation Room Stay [PUT]

Operation

This endpoint allow reverse checkIn of the ReservationRoomStay.

PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/revertCheckIn


Request

PropertyTypeRequiredType parameterDefault valueDescription

chainId

Integertruepath parameter

propertyIdIntegertruepath parameter

reservationRoomStayIdIntegertruepath parameter

revertSettlementBooleanfalserequest parameterfalseRevert settlement

Example request

PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/reservationRoomStay/1/revertCheckIn




Response

A success or error message.

Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "CheckIn reverted",
  "errorCode": "0"
}