Changes for page 3. Get Cities

Last modified by Giorgi Mdivnishvili on 2024/02/29 09:44

From version 1.1
edited by Giorgi Mdivnishvili
on 2023/12/04 12:16
Change comment: There is no comment for this version
To version 2.1
edited by Giorgi Mdivnishvili
on 2023/12/04 12:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,9 @@
7 7  endpoint - [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetCities>>https://testapi.rustaronline.com/api/Hotels/GetCities]]
8 8  
9 9  
10 +This method is used to get list of cities & countries.
10 10  
12 +
11 11  {{code language="Json"}}
12 12  {
13 13   "Code": "00",
... ... @@ -25,3 +25,11 @@
25 25   ]
26 26  }
27 27  {{/code}}
30 +
31 +== Description of Response parameters ==
32 +
33 +* **cityid**: GUID of the City where the hotel is located.
34 +* **cityname**: string. Name of the city
35 +* **countrycode**: string. ISO2 Country code
36 +
37 +