...
Open CMS → go to tab Resorts → Click “Add New Resort” and fill in the fields as follows:
...
...
...
Link - add resort name.
DescriptionTitle - add resort name which should be displayed on the Booking Engine.
CityId - How to get cityId? There two ways to get cityId:
...
B. To get a city id via API you need to follow next steps:
Open Swagger in a new tab : https://demo.softwaretravel.net/gptp/stat/swagger/index.html#!/Authorization/GET_authorization
Enter API key, companyCodeOrAlias, login, password. Then press “Try it out” button.
In the “Response Body” copy token:
...
4. Paste the token into the filled following field and click on “Explore”:
...
5. Go to Locations - Choose Get/Locations method:
...
6. Into the “pattern” field enter city name. Into the “limitCountries” field enter “-1”:
...
7. Press “Try it out” button. In the response body you can find city id:
...
Image
To upload an image click “Add” → “Add more assets”:
...
There are 2 ways to upload your image: from a computer or from URL.
...
Add resort description:
...
Add SPA and Leisure description if you need.:
...
To provide your clients with a more detailed description you can add more resort images and videos to the gallery.
...
Src - it is necessary to add a link. For example if you need to add any video from Youtube it is necessary to follow next steps:
Click share below choosen chosen video → Choose “Embed” → Copy link as indicated in the screenshot:
...
Thumb - link to any photo that would be displayed as a preview
Caption - Video title, you can add as per your needs.
Click Click “Save” -> “Publish”.
When all the steps are done make sure that fields “DescriptionActive”, “SpeciatizationActive”, “SpaActive”, “LeisureActive”, “GalleryActive” are switched ON to be displayed on the website. If some of the fields are not needed switch them off.
...