GET api/whiteboard/cruise-ships/spaces?portNames={portNames}&excludeZeroTotalCapacity={excludeZeroTotalCapacity}&lookupDate={lookupDate}

Returns capacity info for the next cruise to depart per ship (optionally filtered by port names), excluding zero capacity when requested. Each item includes operatorName.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portNames

Comma-separated list of port names to include.

string

None.

excludeZeroTotalCapacity

Exclude ships with zero total capacity.

boolean

Default value is False

lookupDate

date

None.

Body Parameters

None.

Response Information

Resource Description

Per-ship capacity snapshot for the current/next cruise per ship.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.