Bookable Tours REST Endpoints
Excursions/Bookable Tours
- Create a new bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours - Create a new fixed cost for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/fixedCosts - Create a new group linking for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/groupLinkings - Create a new package linking for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/packageLinkings - Create a new variable cost for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/variableCosts - Create a new VAT posting split for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vatPostingSplits - Create a new vendor for the bookable tour
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vendorLinkings - Delete a bookable tour group linking
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/groupLinkings/{groupLinkingId} - Delete a bookable tour package linking
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/packageLinkings/{packageLinkingId} - Delete a bookable tour that is not being used
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId} - Delete a bookable tour variable cost
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/variableCosts/{variableCostId} - Delete a bookable tour VAT posting split
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vatPostingSplit/{vatPostingSplitId} - Delete a fixed cost from a bookable tour
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/fixedCosts/{fixedCostId} - Delete a vendor from a bookable tour
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vendors/{bookableTourVendorId} - Retrieve a list of bookable tours
- Method: getPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours - Retrieve bookable tour general settings
- Method: getPath:
/spms/v2/ships/{shipId}/configurations/excursions/general - Update a bookable tour details
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/common - Update bookable tour general settings
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/general - Update bookable tour interfaces
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/interfaces - Update customized field values for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/additionalInfo - Update fixed costs for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/costs/fixedCosts - Update group linkings for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/groupLinkings - Update package linkings for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/packageLinkings - Update sales for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/setup/sales - Update transfer tours for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/setup/transferTours - Update variable costs for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/costs/variableCosts - Update vendors for the bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vendors