Changes for page 1. SearchHotelPrices
Last modified by Giorgi Mdivnishvili on 2025/07/21 16:32
From version 16.1
edited by Giorgi Mdivnishvili
on 2024/11/06 10:45
on 2024/11/06 10:45
Change comment:
There is no comment for this version
To version 19.1
edited by Giorgi Mdivnishvili
on 2025/07/21 16:32
on 2025/07/21 16:32
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -APIs. OnlineAPI.OnlyHotelPackages.WebHome1 +APIs.Integration API - DMC Version.OnlyHotelPackages.WebHome - Content
-
... ... @@ -36,7 +36,7 @@ 36 36 == Endpoint URL - [POST] == 37 37 38 38 {{info}} 39 -[[https:~~/~~/integration. kazunion.com/api/OnlyHotelPackages/SearchHotelPrices>>https://integration.kazunion.com/api/OnlyHotelPackages/SearchHotelPrices]]39 +[[https:~~/~~/integrations-testing-dmc.rustaronline.com/api/OnlyHotelPackages/SearchHotelPrices>>https://integrations-testing-dmc.rustaronline.com/api/OnlyHotelPackages/SearchHotelPrices]] 40 40 {{/info}} 41 41 42 42 ... ... @@ -378,19 +378,8 @@ 378 378 During the first request, Paging id must be empty like this ( "pagingId": "",) pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search like this: 379 379 380 380 381 -{{code language="Json"}} 382 - { 383 - "isDynamic": false 384 - } 381 +first request 385 385 386 - { 387 - "isDynamic": True 388 - } 389 -{{/code}} 390 - 391 - 392 -==== first request ==== 393 - 394 394 {{code language="Json"}} 395 395 { 396 396 "pagingId": "", ... ... @@ -466,9 +466,21 @@ 466 466 467 467 == Update == 468 468 469 -To identify whether the returned result is from a dynamic or static channel, a field 'isDynamic' has been added to the response. This field can have a value of TRUE or FALSE. Accordingly, if the hotel is from a dynamic channel, the response will show TRUE. 470 470 459 +~1. To identify whether the returned result is from a dynamic or static channel, a field "**isDynamic" **has been added to the response. This field can have a value of **TRUE **or **FALSE**. Accordingly, if the hotel is from a dynamic channel, the response will show **TRUE**. 471 471 461 + 462 +{{code language="Json"}} 463 + { 464 + "isDynamic": false 465 + } 466 + 467 + { 468 + "isDynamic": True 469 + } 470 +{{/code}} 471 + 472 + 472 472 == Important == 473 473 474 474 {{error}}