Amenities REST Endpoints
Reservations/Amenities
- Create a new amenity record
- Method: postPath:
/spms/v2/ships/{shipId}/reservations/{reservationId}/amenities - Delete an existing amenity record
- Method: deletePath:
/spms/v2/ships/{shipId}/reservations/{reservationId}/amenities/{amenityId} - Retrieve Amenities Record by reservation Id
- Method: getPath:
/spms/v2/ships/{shipId}/reservations/{reservationId}/amenities - Update an existing amenity record
- Method: putPath:
/spms/v2/ships/{shipId}/reservations/{reservationId}/amenities/{amenityId}