GET api/cruise/{cruiseId}/ServicesAvailable

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cruiseId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ServiceAvailableDataTransferModel
NameDescriptionTypeAdditional information
service_ID

integer

None.

cruise_ID

integer

None.

serviceName

string

None.

serviceDescription

string

None.

serviceSalesScript

string

None.

serviceCostUnits

integer

None.

costPerDay

boolean

None.

minimumCostUnits

integer

None.

materialsCost

boolean

None.

rule_daysAway

integer

None.

rule_preBookDays

integer

None.

rule_cruiseLengthFrom

integer

None.

rule_cruiseLengthTo

integer

None.

customerNotes

boolean

None.

zOrder

integer

None.

live

boolean

None.

ExternalUniqueIdentifier

globally unique identifier

None.

LastModifiedByUser

globally unique identifier

None.

LastModifiedDate

date

None.

CreationDate

date

None.

LastChangeCounter

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "service_ID": 1,
    "cruise_ID": 2,
    "serviceName": "sample string 3",
    "serviceDescription": "sample string 4",
    "serviceSalesScript": "sample string 5",
    "serviceCostUnits": 6,
    "costPerDay": true,
    "minimumCostUnits": 8,
    "materialsCost": true,
    "rule_daysAway": 10,
    "rule_preBookDays": 11,
    "rule_cruiseLengthFrom": 12,
    "rule_cruiseLengthTo": 13,
    "customerNotes": true,
    "zOrder": 15,
    "live": true,
    "ExternalUniqueIdentifier": "bd0cabb7-1629-43f5-8f5c-ef6101fcd003",
    "LastModifiedByUser": "bda5ea4c-376e-45d4-874d-2145cafeeac4",
    "LastModifiedDate": "2025-10-27T22:07:14.0426188",
    "CreationDate": "2025-10-27T22:07:14.0426188",
    "LastChangeCounter": 18
  },
  {
    "service_ID": 1,
    "cruise_ID": 2,
    "serviceName": "sample string 3",
    "serviceDescription": "sample string 4",
    "serviceSalesScript": "sample string 5",
    "serviceCostUnits": 6,
    "costPerDay": true,
    "minimumCostUnits": 8,
    "materialsCost": true,
    "rule_daysAway": 10,
    "rule_preBookDays": 11,
    "rule_cruiseLengthFrom": 12,
    "rule_cruiseLengthTo": 13,
    "customerNotes": true,
    "zOrder": 15,
    "live": true,
    "ExternalUniqueIdentifier": "bd0cabb7-1629-43f5-8f5c-ef6101fcd003",
    "LastModifiedByUser": "bda5ea4c-376e-45d4-874d-2145cafeeac4",
    "LastModifiedDate": "2025-10-27T22:07:14.0426188",
    "CreationDate": "2025-10-27T22:07:14.0426188",
    "LastChangeCounter": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfServiceAvailableDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels">
  <ServiceAvailableDataTransferModel>
    <CreationDate>2025-10-27T22:07:14.0426188+00:00</CreationDate>
    <ExternalUniqueIdentifier>bd0cabb7-1629-43f5-8f5c-ef6101fcd003</ExternalUniqueIdentifier>
    <LastChangeCounter>18</LastChangeCounter>
    <LastModifiedByUser>bda5ea4c-376e-45d4-874d-2145cafeeac4</LastModifiedByUser>
    <LastModifiedDate>2025-10-27T22:07:14.0426188+00:00</LastModifiedDate>
    <costPerDay>true</costPerDay>
    <cruise_ID>2</cruise_ID>
    <customerNotes>true</customerNotes>
    <live>true</live>
    <materialsCost>true</materialsCost>
    <minimumCostUnits>8</minimumCostUnits>
    <rule_cruiseLengthFrom>12</rule_cruiseLengthFrom>
    <rule_cruiseLengthTo>13</rule_cruiseLengthTo>
    <rule_daysAway>10</rule_daysAway>
    <rule_preBookDays>11</rule_preBookDays>
    <serviceCostUnits>6</serviceCostUnits>
    <serviceDescription>sample string 4</serviceDescription>
    <serviceName>sample string 3</serviceName>
    <serviceSalesScript>sample string 5</serviceSalesScript>
    <service_ID>1</service_ID>
    <zOrder>15</zOrder>
  </ServiceAvailableDataTransferModel>
  <ServiceAvailableDataTransferModel>
    <CreationDate>2025-10-27T22:07:14.0426188+00:00</CreationDate>
    <ExternalUniqueIdentifier>bd0cabb7-1629-43f5-8f5c-ef6101fcd003</ExternalUniqueIdentifier>
    <LastChangeCounter>18</LastChangeCounter>
    <LastModifiedByUser>bda5ea4c-376e-45d4-874d-2145cafeeac4</LastModifiedByUser>
    <LastModifiedDate>2025-10-27T22:07:14.0426188+00:00</LastModifiedDate>
    <costPerDay>true</costPerDay>
    <cruise_ID>2</cruise_ID>
    <customerNotes>true</customerNotes>
    <live>true</live>
    <materialsCost>true</materialsCost>
    <minimumCostUnits>8</minimumCostUnits>
    <rule_cruiseLengthFrom>12</rule_cruiseLengthFrom>
    <rule_cruiseLengthTo>13</rule_cruiseLengthTo>
    <rule_daysAway>10</rule_daysAway>
    <rule_preBookDays>11</rule_preBookDays>
    <serviceCostUnits>6</serviceCostUnits>
    <serviceDescription>sample string 4</serviceDescription>
    <serviceName>sample string 3</serviceName>
    <serviceSalesScript>sample string 5</serviceSalesScript>
    <service_ID>1</service_ID>
    <zOrder>15</zOrder>
  </ServiceAvailableDataTransferModel>
</ArrayOfServiceAvailableDataTransferModel>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.