PMS REST API
Online documentation
GetBlockHeaderRequest
Inheritance: BlockRequestBase
Request for to get block header
| Property Name | Type | Description |
| BlockID | long? | Unique id of block |
| BlockCode | string | Block code |
| FromDate | DateTime? | Date from |
| ToDate | DateTime? | Date to |
| StatusCode | string | Code of status |
| OpenForPickup | bool? | If true, it's open for pick up |
| WebPromotion | string | Web promotion info |
| 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 |

