GET api/whiteboard/cruise-ship/{cruiseShipName}/cruise/{cruiseNumber}/parking-info?excludeZeroTotalCapacity={excludeZeroTotalCapacity}
Returns cruise-specific capacity and booked counts, with per-zone breakdown.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseShipName |
The cruise ship name. |
string |
Required |
| cruiseNumber |
The cruise number. |
string |
Required |
| excludeZeroTotalCapacity | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Per-zone and total capacities and bookings.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |