Rentable Space
Renting and cancelling shop/gallery spaces inside other users' rooms.
C→S 2946 - RentSpace
Nitro:
RENTABLE_SPACE_RENTSource:
RentSpaceEvent,RentableSpaceRentMessageComposer
Requests rental of a rentable space furniture item by ID.
Body: (empty)
C→S 1667 - RentSpaceCancel
Nitro:
RENTABLE_SPACE_CANCEL_RENTSource:
RentSpaceCancelEvent,RentableSpaceCancelRentMessageComposer
Body:
itemId: int
Cancels an active rental on a rentable space furniture item.
S→C 35 - RentableFurniRentOrBuyoutOffer
Nitro:
RENTABLE_FURNI_RENT_OR_BUYOUT_OFFERSource:RentableItemBuyOutPriceComposer,FurniRentOrBuyoutOfferMessageEvent
| Field | Type | Notes |
|---|---|---|
| isWallItem | boolean | Whether the furniture is a wall item |
| furniTypeName | string | Internal furniture type name |
| buyout | boolean | Whether this is a buyout offer (true) or rental (false) |
| priceInCredits | int | Price in credits (-1 if not purchasable this way) |
| priceInActivityPoints | int | Price in activity points (-1 if not applicable) |
| activityPointType | int | Type of activity points used (-1 if not applicable) |
Delivers the rent/buyout offer details for a rentable furniture item.
S→C 2046 - RentableSpaceRentOk
Nitro:
RENTABLE_SPACE_RENT_OKSource:RentableSpaceUnknownComposer,RentableSpaceRentOkMessageEvent
| Field | Type | Notes |
|---|---|---|
| expiryTime | int | Unix timestamp when the rental expires |
Confirms that a rentable space rental was successful.
S→C 1868 - RentableSpaceRentFailed
Nitro:
RENTABLE_SPACE_RENT_FAILEDSource:RentableSpaceUnknown2Composer,RentableSpaceRentFailedMessageEvent
| Field | Type | Notes |
|---|---|---|
| reason | int | Failure reason code |
Notifies that renting a rentable space failed.
S→C 3559 - RentableSpaceStatus
Nitro:
RENTABLE_SPACE_STATUSSource:RentableSpaceInfoComposer,RentableSpaceStatusMessageEvent
| Field | Type | Notes |
|---|---|---|
| rented | boolean | Whether the space is currently rented |
| canRentErrorCode | int | 0=can rent; other values are error codes |
| renterId | int | Account ID of the current renter (-1 if not rented) |
| renterName | string | Username of the current renter |
| timeRemaining | int | Seconds remaining on the rental |
| price | int | Price to rent (in credits) |
Delivers the current rental status of a rentable space item, including renter identity, time remaining, and price.