GET api/cruise/{cruiseId}/ServicesBooked
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceBookedDataTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| order_vehicle_service_ID | integer |
None. |
|
| order_vehicle_service_serviceName | string |
None. |
|
| order_vehicle_service_serviceCostUnits | integer |
None. |
|
| order_vehicle_service_materialsCostExpected | boolean |
None. |
|
| order_vehicle_service_materialsCost | integer |
None. |
|
| order_vehicle_service_paymentReceivedUnits | integer |
None. |
|
| order_vehicle_service_customerNotes | string |
None. |
|
| order_vehicle_ID | integer |
None. |
|
| service_ID | integer |
None. |
|
| order_ID | integer |
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:
[
{
"order_vehicle_service_ID": 1,
"order_vehicle_service_serviceName": "sample string 2",
"order_vehicle_service_serviceCostUnits": 3,
"order_vehicle_service_materialsCostExpected": true,
"order_vehicle_service_materialsCost": 5,
"order_vehicle_service_paymentReceivedUnits": 6,
"order_vehicle_service_customerNotes": "sample string 7",
"order_vehicle_ID": 8,
"service_ID": 9,
"order_ID": 10,
"ExternalUniqueIdentifier": "32cd67c2-ac71-4ab6-9887-1b82be4fb6bb",
"LastModifiedByUser": "c4f084df-3df0-46e8-b704-7157f1880257",
"LastModifiedDate": "2026-01-09T12:34:35.1691049",
"CreationDate": "2026-01-09T12:34:35.1691049",
"LastChangeCounter": 12
},
{
"order_vehicle_service_ID": 1,
"order_vehicle_service_serviceName": "sample string 2",
"order_vehicle_service_serviceCostUnits": 3,
"order_vehicle_service_materialsCostExpected": true,
"order_vehicle_service_materialsCost": 5,
"order_vehicle_service_paymentReceivedUnits": 6,
"order_vehicle_service_customerNotes": "sample string 7",
"order_vehicle_ID": 8,
"service_ID": 9,
"order_ID": 10,
"ExternalUniqueIdentifier": "32cd67c2-ac71-4ab6-9887-1b82be4fb6bb",
"LastModifiedByUser": "c4f084df-3df0-46e8-b704-7157f1880257",
"LastModifiedDate": "2026-01-09T12:34:35.1691049",
"CreationDate": "2026-01-09T12:34:35.1691049",
"LastChangeCounter": 12
}
]
application/xml, text/xml
Sample:
<ArrayOfServiceBookedDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels">
<ServiceBookedDataTransferModel>
<CreationDate>2026-01-09T12:34:35.1691049+00:00</CreationDate>
<ExternalUniqueIdentifier>32cd67c2-ac71-4ab6-9887-1b82be4fb6bb</ExternalUniqueIdentifier>
<LastChangeCounter>12</LastChangeCounter>
<LastModifiedByUser>c4f084df-3df0-46e8-b704-7157f1880257</LastModifiedByUser>
<LastModifiedDate>2026-01-09T12:34:35.1691049+00:00</LastModifiedDate>
<order_ID>10</order_ID>
<order_vehicle_ID>8</order_vehicle_ID>
<order_vehicle_service_ID>1</order_vehicle_service_ID>
<order_vehicle_service_customerNotes>sample string 7</order_vehicle_service_customerNotes>
<order_vehicle_service_materialsCost>5</order_vehicle_service_materialsCost>
<order_vehicle_service_materialsCostExpected>true</order_vehicle_service_materialsCostExpected>
<order_vehicle_service_paymentReceivedUnits>6</order_vehicle_service_paymentReceivedUnits>
<order_vehicle_service_serviceCostUnits>3</order_vehicle_service_serviceCostUnits>
<order_vehicle_service_serviceName>sample string 2</order_vehicle_service_serviceName>
<service_ID>9</service_ID>
</ServiceBookedDataTransferModel>
<ServiceBookedDataTransferModel>
<CreationDate>2026-01-09T12:34:35.1691049+00:00</CreationDate>
<ExternalUniqueIdentifier>32cd67c2-ac71-4ab6-9887-1b82be4fb6bb</ExternalUniqueIdentifier>
<LastChangeCounter>12</LastChangeCounter>
<LastModifiedByUser>c4f084df-3df0-46e8-b704-7157f1880257</LastModifiedByUser>
<LastModifiedDate>2026-01-09T12:34:35.1691049+00:00</LastModifiedDate>
<order_ID>10</order_ID>
<order_vehicle_ID>8</order_vehicle_ID>
<order_vehicle_service_ID>1</order_vehicle_service_ID>
<order_vehicle_service_customerNotes>sample string 7</order_vehicle_service_customerNotes>
<order_vehicle_service_materialsCost>5</order_vehicle_service_materialsCost>
<order_vehicle_service_materialsCostExpected>true</order_vehicle_service_materialsCostExpected>
<order_vehicle_service_paymentReceivedUnits>6</order_vehicle_service_paymentReceivedUnits>
<order_vehicle_service_serviceCostUnits>3</order_vehicle_service_serviceCostUnits>
<order_vehicle_service_serviceName>sample string 2</order_vehicle_service_serviceName>
<service_ID>9</service_ID>
</ServiceBookedDataTransferModel>
</ArrayOfServiceBookedDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.