Changes for page 3. Get Cities
Last modified by Giorgi Mdivnishvili on 2024/02/29 09:44
From version 2.1
edited by Giorgi Mdivnishvili
on 2023/12/04 12:21
on 2023/12/04 12:21
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,9 +7,7 @@ 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. 11 11 12 - 13 13 {{code language="Json"}} 14 14 { 15 15 "Code": "00", ... ... @@ -27,11 +27,3 @@ 27 27 ] 28 28 } 29 29 {{/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 -