/
Assign Room to ReservationRoomStay [POST]
Assign Room to ReservationRoomStay [POST]
POST
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/assignRoom
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/assignRoom
Body
An element of type Room.
Example body
{ "id": 1, "code": "101", "name": "R101", "roomSpaceStatusType": null }
Response
A success or error message.
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success Room added to ReservationRoomStay", "errorCode": "0", "id": 1 }
, multiple selections available,
Related content
Get Assigned Room to ReservationRoomStay [GET]
Get Assigned Room to ReservationRoomStay [GET]
More like this
List of Room with ReservationRoomStay[GET]
List of Room with ReservationRoomStay[GET]
More like this
List of Room with ReservationRoomStaySummary[GET]
List of Room with ReservationRoomStaySummary[GET]
More like this
Self room assignment of the Reservation Room Stay [PUT]
Self room assignment of the Reservation Room Stay [PUT]
Read with this
Update ReservationRoomStayGuest [PUT]
Update ReservationRoomStayGuest [PUT]
Read with this
Update Single ReservationRoomStayGuest [PUT]
Update Single ReservationRoomStayGuest [PUT]
Read with this