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
on 2023/12/04 12:16
Change comment:
There is no comment for this version
To version 3.1
edited by Giorgi Mdivnishvili
on 2023/12/04 12:22
on 2023/12/04 12:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,6 +7,7 @@ 7 7 endpoint - [[https:~~/~~/testapi.rustaronline.com/api/Hotels/GetCities>>https://testapi.rustaronline.com/api/Hotels/GetCities]] 8 8 9 9 10 +The method returns the list of available cities. 10 10 11 11 {{code language="Json"}} 12 12 { ... ... @@ -25,3 +25,12 @@ 25 25 ] 26 26 } 27 27 {{/code}} 29 + 30 +== Description of Response parameters == 31 + 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 +