PUT api/Rooms/get/Rooms?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Room| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name_nl | string |
None. |
|
| Name_en | string |
None. |
|
| Name_fr | string |
None. |
|
| Name_de | string |
None. |
|
| MaxPersons | integer |
None. |
|
| Description_nl | string |
None. |
|
| Description_en | string |
None. |
|
| Description_fr | string |
None. |
|
| Description_de | string |
None. |
|
| BuildTime | integer |
None. |
|
| ClosingTime | integer |
None. |
|
| ApprovalNeeded | boolean |
None. |
|
| TenantId | integer |
None. |
|
| Tenant | Tenant |
None. |
|
| RoomTypeId | integer |
None. |
|
| RoomType | RoomType |
None. |
|
| BuildingId | integer |
None. |
|
| Building | Building |
None. |
|
| RoomId | integer |
None. |
|
| MainRoom | Room |
None. |
|
| VatId | integer |
None. |
|
| Vat | VAT |
None. |
|
| SubRooms | Collection of Room |
None. |
|
| Closures | Collection of Closure |
None. |
|
| OpeningHours | Collection of OpeningHour |
None. |
|
| PricesRooms | Collection of PriceRoom |
None. |
|
| Files | Collection of File |
None. |
|
| RoomMaterials | Collection of RoomMaterial |
None. |
|
| RoomReservations | Collection of RoomReservation |
None. |
|
| RoomGroups | Collection of RoomGroups |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}