/
Unassign a room from a Reservation Room Stay [PUT]
Unassign a room from a Reservation Room Stay [PUT]
PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/unAssignRoom
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | ||
propertyId | Integer | true | path parameter | ||
reservationRoomStayId | Integer | true | path parameter |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/reservationRoomStay/1/unAssignRoom
Response
A success or error message.
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success unassigned room ReservationRoomStay", "errorCode": "0" }
, multiple selections available,
Related content
Self room assignment of the Reservation Room Stay [PUT]
Self room assignment of the Reservation Room Stay [PUT]
More like this
Assign Room to ReservationRoomStay [POST]
Assign Room to ReservationRoomStay [POST]
More like this
Reverse check In of the Reservation Room Stay [PUT]
Reverse check In of the Reservation Room Stay [PUT]
More like this
List of Room with ReservationRoomStay[GET]
List of Room with ReservationRoomStay[GET]
More like this
CheckIn the ReservationRoomStay [PUT]
CheckIn the ReservationRoomStay [PUT]
More like this
Cancel Reservation [PUT]
Cancel Reservation [PUT]
More like this