GET api/CruiseOperator/{cruiseOperatorId}/CruiseShips?portID={portID}
Returns a list of public-facing cruise ships for a specific cruise operator, optionally filtered by port.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseOperatorId |
The ID of the cruise operator. |
integer |
Required |
| portID |
Optional port ID to filter cruise ships by port. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of cruise ships with their IDs and names, ordered with valet services first, then alphabetically.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.