Bookable Tours REST Endpoints
Excursions/Bookable Tours
- Create new bookable tours
- Method: postPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours - Delete bookable tours by id
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId} - Delete fixed costs from bookable tours by id
- Method: deletePath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/fixedCosts/{fixedCostId} - Delete vendors from bookable tours by id
- 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 bookable tour customized field values
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/additionalInfo - Update bookable tour details
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/common - Update bookable tour fixed costs
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/costs/fixedCosts - 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 sales for bookable tours
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/setup/sales - Update transfer tours for bookable tour
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/setup/transferTours - Update vendors for bookable tours
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/vendors