Introduction
Version 2.1 by Giorgi Mdivnishvili on 2023/12/01 11:57
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.
- 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
- 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
You will be provided postman file, which you can import and make test request.