Changes for page 1. Introduction

Last modified by Giorgi Mdivnishvili on 2024/02/27 16:40

From version 2.1
edited by Giorgi Mdivnishvili
on 2023/12/01 11:57
Change comment: There is no comment for this version
To version 3.2
edited by Giorgi Mdivnishvili
on 2023/12/04 16:07
Change comment: Added tag [calculate api]

Summary

Details

Page properties
Tags
... ... @@ -1,0 +1,1 @@
1 +calculate api
Content
... ... @@ -11,10 +11,13 @@
11 11  
12 12  After successful integration using test parameters you will be provided with the real credentials.
13 13  
14 +
15 +General endpoints:
16 +
17 +* GetHotels – [GET] [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetHotels>>url:https://testapi.rustaronline.com/api/Hotels/GetHotels]] For getting hotels list and parameters
18 +* GetCities – [GET] [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetCities>>https://testapi.rustaronline.com/api/Hotels/GetCities]]  For getting Cities list and parameters
14 14  * Hotel Search endpoint  [POST]    - [[https:~~/~~/testapi.rustaronline.com/api/Hotels/Search>>url:https://testapi.rustaronline.com/api/Hotels/Search]]
15 15  * GetPriceDetails endpoint [POST] - [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetPriceDetails>>url:https://testapi.rustaronline.com/api/Hotels/GetPriceDetails]]
16 16  * Reservation endpoint -  [POST] [[https:~~/~~/testapi.rustaronline.com/api/Reservations/RegisterReservation?agentid=test.test&agentpassword=TestP@ssw0rd>>url:https://testapi.rustaronline.com/api/Reservations/RegisterReservation?agentid=test.test&agentpassword=TestP@ssw0rd]]  agentid and password should be sent through URL
17 -* GetHotels – [GET] [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetHotels>>url:https://testapi.rustaronline.com/api/Hotels/GetHotels]] For getting hotels list and parameters
18 -* GetCities – [GET] [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetCities>>https://testapi.rustaronline.com/api/Hotels/GetCities]]  For getting Cities list and parameters
19 19  
20 20  **You will be provided postman file, which you can import and make test request.**