To add a new Popular destination click on “Add New TopTour” and fill in the fields.:
...
PackageTourID
To get pacage package tour id you need to follow nexts 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 the “Try it out” button.
In the “Response Body” copy token:
...
Paste the tocen token into the filled field and click on “Explore”:
...
Select PackageTours>Get to receive the list of added Package Tours (in this case, all active package tours that have been created in the Back office will be displayed). In the Response Body field, find the desired tour by name and copy value “id”.
...
2. Paste the value in the PackageTourId field in the CMS and click Save.
Now Package Tour is displayed in the Top Tour section on your website.
...