Introduction
Version 3.1 by Giorgi Mdivnishvili on 2023/12/01 16:19
In order to start integration process, first step is to whitelist IP-s to open Documentation URL-s and make test requests.
Test user parameters:
- agentid=test.test
- agentpassword=TestP@ssw0rd
- UID=55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e
After successful integration using test parameters you will be provided with the real credentials.
General endpoints:
- GetHotels – [GET] https://testapi.rustaronline.com/api/Hotels/GetHotels For getting hotels list and parameters
- GetCities – [GET] https://testapi.rustaronline.com/api/Hotels/GetCities For getting Cities list and parameters
- Hotel Search endpoint [POST] - https://testapi.rustaronline.com/api/Hotels/Search
- GetPriceDetails endpoint [POST] - https://testapi.rustaronline.com/api/Hotels/GetPriceDetails
- Reservation endpoint - [POST] https://testapi.rustaronline.com/api/Reservations/RegisterReservation?agentid=test.test&agentpassword=TestP@ssw0rd agentid and password should be sent through URL
You will be provided postman file, which you can import and make test request.