GET api/EventsParking/{eventSubType_ID}/Events

Returns a list of public-facing event parking options for a specific event sub-type (cruise ship).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventSubType_ID

The ID of the event sub-type (cruise ship ID).

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of events with details including departure dates, availability, parking capacity, and purchaseability status.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.