Changes for page 7. GetReservations

Last modified by Giorgi Mdivnishvili on 2024/08/16 18:29

From version 7.1
edited by Giorgi Mdivnishvili
on 2024/08/16 18:25
Change comment: There is no comment for this version
To version 9.1
edited by Giorgi Mdivnishvili
on 2024/08/16 18:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -47,7 +47,9 @@
47 47  (% id="cke_bm_10575S" style="display:none" %)
48 48  
49 49  
50 +All provided parameters are optional, meaning it is not mandatory to include all of them in the request. You can specify just one parameter as a search criterion if needed
50 50  
52 +
51 51  == Request Body example ==
52 52  
53 53  {{code language="Json"}}
... ... @@ -485,6 +485,7 @@
485 485  == Description ==
486 486  
487 487  
490 +(% class="table-bordered" %)
488 488  |=**Parameter Name**|=**Type**|=**Description**|=**Example**
489 489  |**pageId**|integer|Represents the current page of the results returned. Used for pagination.|0
490 490  |**pagesCount**|integer|Indicates the total number of pages available based on the query filters applied.|0
... ... @@ -539,3 +539,5 @@
539 539  |**reservations[].tourists[].citizenshipCountryCode**|string|The citizenship country code of the tourist.|"N/A"
540 540  |**reservations[].tourists[].canEdit**|boolean|Indicates whether the tourist’s details can be edited.|false
541 541  |**reservations[].documents**|array|An array containing document details associated with the reservation.|[]
545 +
546 +