PMS REST API
Online documentation
BlockDetail
Details of block
| Property Name | Type | Description |
| HotelCode | string | Code of the destination hotel |
| BlockID | long | Unique id of block |
| BlockDetailID | long | Unique id of block detail |
| DetailDate | DateTime | Detail date |
| RoomType | string | Room type code |
| CutOffDate | DateTime? | Date of cut off |
| InitNoOfRooms | int | Number of init rooms |
| ActualNoOfRooms | int | Number of actual rooms |
| AvailableNoOfRooms | int | Available rooms |
| PickedUp | int | Picked up |
| Cancelled | int | Cancelled |

