PMS REST API
Online documentation
GetBlockDetailRequest
Inheritance: BlockRequestBase
Request for to get detail of the block
| Property Name | Type | Description |
| BlockID | long | Unique id of block |
| FromDate | DateTime? | Date of start |
| ToDate | DateTime? | Date of end |
| RoomType | string | Room type code |
| TravelAgentRef | ProfileRef | referenced Travel Agent Info |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

