Changes for page 1. SearchOnlyAvia

Last modified by Giorgi Mdivnishvili on 2024/06/11 17:07

From version 8.1
edited by Giorgi Mdivnishvili
on 2023/12/19 18:04
Change comment: There is no comment for this version
To version 11.1
edited by Giorgi Mdivnishvili
on 2024/01/09 12:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,13 +6,13 @@
6 6  
7 7  = Method Description =
8 8  
9 -The initial method of the integration process is authorization. You will be provided with a test user username and password to generate the access token that you will need to pass in all the following methods.
9 +This method is used to find only avia packages (only avia tickets) with all flight details.
10 10  
11 11  
12 12  == Endpoint URL - [POST] ==
13 13  
14 14  {{info}}
15 -[[https:~~/~~/online-api.kazunion.com/api/OnlyAviaPackages/SearchOnlyAviaPackages>>https://online-api.kazunion.com/api/OnlyAviaPackages/SearchOnlyAviaPackages]]
15 +[[https:~~/~~/integration.kazunion.com/api/OnlyAviaPackages/SearchOnlyAviaPackages>>https://integration.kazunion.com/api/OnlyAviaPackages/SearchOnlyAviaPackages]]
16 16  {{/info}}
17 17  
18 18  
... ... @@ -765,4 +765,23 @@
765 765  }
766 766  {{/success}}
767 767  
768 -
768 +
769 +
770 +== Important ==
771 +
772 +{{error}}
773 +It's Important to in every other request header, put Auth token
774 +
775 +**Key **- Authorization
776 +
777 +**Value **- Bearer Token what is given in this response.
778 +
779 +
780 +**also note in headers that:**
781 +
782 +Content-Type - application/json
783 +
784 +**Key - **X-nugios-timezone
785 +
786 +**Value **- 240
787 +{{/error}}