GET api/whiteboard/cruise-ship/{cruiseShipName}/parking-info?excludeZeroTotalCapacity={excludeZeroTotalCapacity}

Returns parking info for a cruise ship, including per-zone spaces and currently parked vehicles. Includes operatorName.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cruiseShipName

The cruise ship name.

string

Required

excludeZeroTotalCapacity

Return 404 when total capacity is zero.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Per-zone and total capacities and counts.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.