Changes for page 3. Get Cities
Last modified by Giorgi Mdivnishvili on 2024/02/29 09:44
From 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
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,7 +7,6 @@ 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. 11 11 12 12 {{code language="Json"}} 13 13 { ... ... @@ -26,12 +26,3 @@ 26 26 ] 27 27 } 28 28 {{/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 -