@@ -1035,6 +1035,7 @@ def get_allotment_blocks_get(
10351035 group_code : Annotated [Optional [StrictStr ], Field (description = "A group profile code" )] = None ,
10361036 allotment_block_status : Annotated [Optional [StrictStr ], Field (description = "Allotment block status(es)" )] = None ,
10371037 allotment_block_type : Annotated [Optional [StrictStr ], Field (description = "The type of allotment block" )] = None ,
1038+ room_type_id : Annotated [Optional [StrictStr ], Field (description = "Filters allotment blocks with the supplied Room Type ID." )] = None ,
10381039 page_size : Annotated [Optional [StrictInt ], Field (description = "Number of allotment blocks to return per page (min: 1, max: 100)" )] = None ,
10391040 page_number : Annotated [Optional [StrictInt ], Field (description = "Which page in the results to access" )] = None ,
10401041 start_date : Annotated [Optional [date ], Field (description = "Interval start date" )] = None ,
@@ -1068,6 +1069,8 @@ def get_allotment_blocks_get(
10681069 :type allotment_block_status: str
10691070 :param allotment_block_type: The type of allotment block
10701071 :type allotment_block_type: str
1072+ :param room_type_id: Filters allotment blocks with the supplied Room Type ID.
1073+ :type room_type_id: str
10711074 :param page_size: Number of allotment blocks to return per page (min: 1, max: 100)
10721075 :type page_size: int
10731076 :param page_number: Which page in the results to access
@@ -1105,6 +1108,7 @@ def get_allotment_blocks_get(
11051108 group_code = group_code ,
11061109 allotment_block_status = allotment_block_status ,
11071110 allotment_block_type = allotment_block_type ,
1111+ room_type_id = room_type_id ,
11081112 page_size = page_size ,
11091113 page_number = page_number ,
11101114 start_date = start_date ,
@@ -1138,6 +1142,7 @@ def get_allotment_blocks_get_with_http_info(
11381142 group_code : Annotated [Optional [StrictStr ], Field (description = "A group profile code" )] = None ,
11391143 allotment_block_status : Annotated [Optional [StrictStr ], Field (description = "Allotment block status(es)" )] = None ,
11401144 allotment_block_type : Annotated [Optional [StrictStr ], Field (description = "The type of allotment block" )] = None ,
1145+ room_type_id : Annotated [Optional [StrictStr ], Field (description = "Filters allotment blocks with the supplied Room Type ID." )] = None ,
11411146 page_size : Annotated [Optional [StrictInt ], Field (description = "Number of allotment blocks to return per page (min: 1, max: 100)" )] = None ,
11421147 page_number : Annotated [Optional [StrictInt ], Field (description = "Which page in the results to access" )] = None ,
11431148 start_date : Annotated [Optional [date ], Field (description = "Interval start date" )] = None ,
@@ -1171,6 +1176,8 @@ def get_allotment_blocks_get_with_http_info(
11711176 :type allotment_block_status: str
11721177 :param allotment_block_type: The type of allotment block
11731178 :type allotment_block_type: str
1179+ :param room_type_id: Filters allotment blocks with the supplied Room Type ID.
1180+ :type room_type_id: str
11741181 :param page_size: Number of allotment blocks to return per page (min: 1, max: 100)
11751182 :type page_size: int
11761183 :param page_number: Which page in the results to access
@@ -1208,6 +1215,7 @@ def get_allotment_blocks_get_with_http_info(
12081215 group_code = group_code ,
12091216 allotment_block_status = allotment_block_status ,
12101217 allotment_block_type = allotment_block_type ,
1218+ room_type_id = room_type_id ,
12111219 page_size = page_size ,
12121220 page_number = page_number ,
12131221 start_date = start_date ,
@@ -1241,6 +1249,7 @@ def get_allotment_blocks_get_without_preload_content(
12411249 group_code : Annotated [Optional [StrictStr ], Field (description = "A group profile code" )] = None ,
12421250 allotment_block_status : Annotated [Optional [StrictStr ], Field (description = "Allotment block status(es)" )] = None ,
12431251 allotment_block_type : Annotated [Optional [StrictStr ], Field (description = "The type of allotment block" )] = None ,
1252+ room_type_id : Annotated [Optional [StrictStr ], Field (description = "Filters allotment blocks with the supplied Room Type ID." )] = None ,
12441253 page_size : Annotated [Optional [StrictInt ], Field (description = "Number of allotment blocks to return per page (min: 1, max: 100)" )] = None ,
12451254 page_number : Annotated [Optional [StrictInt ], Field (description = "Which page in the results to access" )] = None ,
12461255 start_date : Annotated [Optional [date ], Field (description = "Interval start date" )] = None ,
@@ -1274,6 +1283,8 @@ def get_allotment_blocks_get_without_preload_content(
12741283 :type allotment_block_status: str
12751284 :param allotment_block_type: The type of allotment block
12761285 :type allotment_block_type: str
1286+ :param room_type_id: Filters allotment blocks with the supplied Room Type ID.
1287+ :type room_type_id: str
12771288 :param page_size: Number of allotment blocks to return per page (min: 1, max: 100)
12781289 :type page_size: int
12791290 :param page_number: Which page in the results to access
@@ -1311,6 +1322,7 @@ def get_allotment_blocks_get_without_preload_content(
13111322 group_code = group_code ,
13121323 allotment_block_status = allotment_block_status ,
13131324 allotment_block_type = allotment_block_type ,
1325+ room_type_id = room_type_id ,
13141326 page_size = page_size ,
13151327 page_number = page_number ,
13161328 start_date = start_date ,
@@ -1339,6 +1351,7 @@ def _get_allotment_blocks_get_serialize(
13391351 group_code ,
13401352 allotment_block_status ,
13411353 allotment_block_type ,
1354+ room_type_id ,
13421355 page_size ,
13431356 page_number ,
13441357 start_date ,
@@ -1389,6 +1402,10 @@ def _get_allotment_blocks_get_serialize(
13891402
13901403 _query_params .append (('allotmentBlockType' , allotment_block_type ))
13911404
1405+ if room_type_id is not None :
1406+
1407+ _query_params .append (('roomTypeID' , room_type_id ))
1408+
13921409 if page_size is not None :
13931410
13941411 _query_params .append (('pageSize' , page_size ))
0 commit comments