GET api/parkingzones?cruise_ID={cruise_ID}&vehicleType_ID={vehicleType_ID}
Returns available parking zones for a specific cruise, optionally filtered by vehicle type and capacity availability.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruise_ID |
The ID of the cruise. |
integer |
Required |
| vehicleType_ID |
Optional vehicle type ID to calculate pricing for a specific vehicle type. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Parking zones with descriptions, pricing, and availability, ordered by zone priority.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.