POST api/CostPreview
Request Information
URI Parameters
None.
Body Parameters
BookingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TestMode | boolean |
None. |
|
| BookingID | globally unique identifier |
None. |
|
| BookingIDHashCheck | string |
None. |
|
| CruiseID | integer |
Required |
|
| Salutation | string |
Required |
|
| FirstName | string |
Required |
|
| LastName | string |
Required |
|
| HouseNumber | string |
Required |
|
| Street | string |
Required |
|
| Town | string |
Required |
|
| County | string |
None. |
|
| Postcode | string |
Required String length: inclusive between 0 and 9 |
|
| CountryCode | string |
Required |
|
| SeperateBillingInstructions | boolean |
None. |
|
| PostDocuments | boolean |
None. |
|
| AcceptedTermsAndConditions | boolean |
None. |
|
| BillingSalutation | string |
None. |
|
| BillingFirstName | string |
None. |
|
| BillingLastName | string |
None. |
|
| BillingHouseNumber | string |
None. |
|
| BillingStreet | string |
None. |
|
| BillingTown | string |
None. |
|
| BillingCounty | string |
None. |
|
| BillingPostcode | string |
String length: inclusive between 0 and 9 |
|
| BillingCountryCode | string |
None. |
|
| Vehicles | Collection of VehicleDTO |
None. |
|
| EmailAddress | string |
Required |
|
| Telephone | string |
Required |
|
| Vouchers | Collection of string |
None. |
|
| ParkingZone_ID | integer |
None. |
|
| AcceptedGhostAlarmConditions | boolean |
None. |
|
| GhostAlarmPresent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"testMode": true,
"bookingID": "c57536cb-7995-468a-931f-270c8fb40552",
"bookingIDHashCheck": "sample string 3",
"cruiseID": 4,
"salutation": "sample string 5",
"firstName": "sample string 6",
"lastName": "sample string 7",
"houseNumber": "sample string 8",
"street": "sample string 9",
"town": "sample string 10",
"county": "sample string 11",
"postcode": "sample string 12",
"countryCode": "sample string 13",
"seperateBillingInstructions": true,
"postDocuments": true,
"acceptedTermsAndConditions": true,
"billingSalutation": "sample string 17",
"billingFirstName": "sample string 18",
"billingLastName": "sample string 19",
"billingHouseNumber": "sample string 20",
"billingStreet": "sample string 21",
"billingTown": "sample string 22",
"billingCounty": "sample string 23",
"billingPostcode": "sample string 24",
"billingCountryCode": "sample string 25",
"vehicles": [
{
"vehicleTypeID": 1,
"colour": "sample string 2",
"driverName": "sample string 3",
"registrationNumber": "sample string 4",
"make": "sample string 5",
"model": "sample string 6",
"disabledParking": true,
"disabledBadgeNumber": "sample string 8",
"adaptedVehicle": true,
"adaptedVehicleNotes": "sample string 10",
"services": [
{
"serviceID": 1,
"answers": [
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
},
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
}
]
},
{
"serviceID": 1,
"answers": [
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
},
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
}
]
}
]
},
{
"vehicleTypeID": 1,
"colour": "sample string 2",
"driverName": "sample string 3",
"registrationNumber": "sample string 4",
"make": "sample string 5",
"model": "sample string 6",
"disabledParking": true,
"disabledBadgeNumber": "sample string 8",
"adaptedVehicle": true,
"adaptedVehicleNotes": "sample string 10",
"services": [
{
"serviceID": 1,
"answers": [
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
},
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
}
]
},
{
"serviceID": 1,
"answers": [
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
},
{
"questionID": 1,
"checkBoxAnswers": [
{
"answer": true,
"fieldID": 2
},
{
"answer": true,
"fieldID": 2
}
],
"textBoxAnswers": [
{
"answer": "sample string 1",
"fieldID": 2
},
{
"answer": "sample string 1",
"fieldID": 2
}
],
"radioButtonAnswer": 1,
"calendarAnswers": [
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
},
{
"answer": "2025-10-28T18:40:37.3834021+00:00",
"fieldID": 2
}
]
}
]
}
]
}
],
"emailAddress": "sample string 26",
"telephone": "sample string 27",
"vouchers": [
"sample string 1",
"sample string 2"
],
"parkingZone_ID": 1,
"acceptedGhostAlarmConditions": true,
"ghostAlarmPresent": true
}
application/xml, text/xml
Sample:
<BookingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CruiseParking.Website.API.BookingModels">
<AcceptedGhostAlarmConditions>true</AcceptedGhostAlarmConditions>
<AcceptedTermsAndConditions>true</AcceptedTermsAndConditions>
<BillingCountryCode>sample string 25</BillingCountryCode>
<BillingCounty>sample string 23</BillingCounty>
<BillingFirstName>sample string 18</BillingFirstName>
<BillingHouseNumber>sample string 20</BillingHouseNumber>
<BillingLastName>sample string 19</BillingLastName>
<BillingPostcode>sample string 24</BillingPostcode>
<BillingSalutation>sample string 17</BillingSalutation>
<BillingStreet>sample string 21</BillingStreet>
<BillingTown>sample string 22</BillingTown>
<BookingID>c57536cb-7995-468a-931f-270c8fb40552</BookingID>
<BookingIDHashCheck>sample string 3</BookingIDHashCheck>
<CountryCode>sample string 13</CountryCode>
<County>sample string 11</County>
<CruiseID>4</CruiseID>
<EmailAddress>sample string 26</EmailAddress>
<FirstName>sample string 6</FirstName>
<GhostAlarmPresent>true</GhostAlarmPresent>
<HouseNumber>sample string 8</HouseNumber>
<LastName>sample string 7</LastName>
<ParkingZone_ID>1</ParkingZone_ID>
<PostDocuments>true</PostDocuments>
<Postcode>sample string 12</Postcode>
<Salutation>sample string 5</Salutation>
<SeperateBillingInstructions>true</SeperateBillingInstructions>
<Street>sample string 9</Street>
<Telephone>sample string 27</Telephone>
<TestMode>true</TestMode>
<Town>sample string 10</Town>
<Vehicles>
<VehicleDTO>
<AdaptedVehicle>true</AdaptedVehicle>
<AdaptedVehicleNotes>sample string 10</AdaptedVehicleNotes>
<Colour>sample string 2</Colour>
<DisabledBadgeNumber>sample string 8</DisabledBadgeNumber>
<DisabledParking>true</DisabledParking>
<DriverName>sample string 3</DriverName>
<Make>sample string 5</Make>
<Model>sample string 6</Model>
<RegistrationNumber>sample string 4</RegistrationNumber>
<Services>
<ServiceDTO>
<Answers>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
</Answers>
<serviceID>1</serviceID>
</ServiceDTO>
<ServiceDTO>
<Answers>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
</Answers>
<serviceID>1</serviceID>
</ServiceDTO>
</Services>
<vehicleTypeID>1</vehicleTypeID>
</VehicleDTO>
<VehicleDTO>
<AdaptedVehicle>true</AdaptedVehicle>
<AdaptedVehicleNotes>sample string 10</AdaptedVehicleNotes>
<Colour>sample string 2</Colour>
<DisabledBadgeNumber>sample string 8</DisabledBadgeNumber>
<DisabledParking>true</DisabledParking>
<DriverName>sample string 3</DriverName>
<Make>sample string 5</Make>
<Model>sample string 6</Model>
<RegistrationNumber>sample string 4</RegistrationNumber>
<Services>
<ServiceDTO>
<Answers>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
</Answers>
<serviceID>1</serviceID>
</ServiceDTO>
<ServiceDTO>
<Answers>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
<AnswerDTO>
<CalendarAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
<DateAnswers>
<fieldID>2</fieldID>
<Answer>2025-10-28T18:40:37.3834021+00:00</Answer>
</DateAnswers>
</CalendarAnswers>
<CheckBoxAnswers>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
<CheckboxAnswer>
<fieldID>2</fieldID>
<Answer>true</Answer>
</CheckboxAnswer>
</CheckBoxAnswers>
<QuestionID>1</QuestionID>
<RadioButtonAnswer>1</RadioButtonAnswer>
<TextBoxAnswers>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
<TextAnswer>
<fieldID>2</fieldID>
<Answer>sample string 1</Answer>
</TextAnswer>
</TextBoxAnswers>
</AnswerDTO>
</Answers>
<serviceID>1</serviceID>
</ServiceDTO>
</Services>
<vehicleTypeID>1</vehicleTypeID>
</VehicleDTO>
</Vehicles>
<Vouchers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Vouchers>
</BookingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CostSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderDeparts | date |
None. |
|
| OrderReturns | date |
None. |
|
| OrderTotalInPennies | integer |
None. |
|
| VehicleSummary | Collection of VehicleSummary |
None. |
|
| VouchersSummary | Collection of VoucherSummary |
None. |
|
| Duration | integer |
None. |
|
| CruiseSummary | CruiseSummary |
None. |
|
| OrderSubTotalInPennies | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"orderDeparts": "2025-10-28T18:40:37.3834021+00:00",
"orderReturns": "2025-10-28T18:40:37.3834021+00:00",
"orderTotalInPennies": 3,
"vehicleSummary": [
{
"regPlate": "sample string 1",
"make": "sample string 2",
"model": "sample string 3",
"nights": 4,
"costInPennies": 5,
"services": [
{
"costInPennies": 1,
"name": "sample string 2",
"description": "sample string 3",
"costPerDay": true,
"minimumCostInPennies": 5,
"materialsCost": true
},
{
"costInPennies": 1,
"name": "sample string 2",
"description": "sample string 3",
"costPerDay": true,
"minimumCostInPennies": 5,
"materialsCost": true
}
]
},
{
"regPlate": "sample string 1",
"make": "sample string 2",
"model": "sample string 3",
"nights": 4,
"costInPennies": 5,
"services": [
{
"costInPennies": 1,
"name": "sample string 2",
"description": "sample string 3",
"costPerDay": true,
"minimumCostInPennies": 5,
"materialsCost": true
},
{
"costInPennies": 1,
"name": "sample string 2",
"description": "sample string 3",
"costPerDay": true,
"minimumCostInPennies": 5,
"materialsCost": true
}
]
}
],
"vouchersSummary": [
{
"number": "sample string 1",
"status": "sample string 2",
"cruiseNumber": "sample string 3",
"discountInPennies": 4,
"showDiscount": true
},
{
"number": "sample string 1",
"status": "sample string 2",
"cruiseNumber": "sample string 3",
"discountInPennies": 4,
"showDiscount": true
}
],
"duration": 4,
"cruiseSummary": {
"operator": "sample string 1",
"ship": "sample string 2",
"number": "sample string 3",
"duration": 4,
"departureDate": "2025-10-28T18:40:37.3834021+00:00"
},
"orderSubTotalInPennies": 5
}
application/xml, text/xml
Sample:
<CostSummaryDTOModels.CostSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CruiseParking.Website.API.Controllers.DTOs">
<OrderDeparts>2025-10-28T18:40:37.3834021+00:00</OrderDeparts>
<OrderReturns>2025-10-28T18:40:37.3834021+00:00</OrderReturns>
<OrderTotalInPennies>3</OrderTotalInPennies>
<VehicleSummary>
<CostSummaryDTOModels.VehicleSummary>
<CostInPennies>5</CostInPennies>
<Make>sample string 2</Make>
<Model>sample string 3</Model>
<Nights>4</Nights>
<RegPlate>sample string 1</RegPlate>
<Services>
<CostSummaryDTOModels.ServiceSummary>
<CostInPennies>1</CostInPennies>
<CostPerDay>true</CostPerDay>
<Description>sample string 3</Description>
<MaterialsCost>true</MaterialsCost>
<MinimumCostInPennies>5</MinimumCostInPennies>
<Name>sample string 2</Name>
</CostSummaryDTOModels.ServiceSummary>
<CostSummaryDTOModels.ServiceSummary>
<CostInPennies>1</CostInPennies>
<CostPerDay>true</CostPerDay>
<Description>sample string 3</Description>
<MaterialsCost>true</MaterialsCost>
<MinimumCostInPennies>5</MinimumCostInPennies>
<Name>sample string 2</Name>
</CostSummaryDTOModels.ServiceSummary>
</Services>
</CostSummaryDTOModels.VehicleSummary>
<CostSummaryDTOModels.VehicleSummary>
<CostInPennies>5</CostInPennies>
<Make>sample string 2</Make>
<Model>sample string 3</Model>
<Nights>4</Nights>
<RegPlate>sample string 1</RegPlate>
<Services>
<CostSummaryDTOModels.ServiceSummary>
<CostInPennies>1</CostInPennies>
<CostPerDay>true</CostPerDay>
<Description>sample string 3</Description>
<MaterialsCost>true</MaterialsCost>
<MinimumCostInPennies>5</MinimumCostInPennies>
<Name>sample string 2</Name>
</CostSummaryDTOModels.ServiceSummary>
<CostSummaryDTOModels.ServiceSummary>
<CostInPennies>1</CostInPennies>
<CostPerDay>true</CostPerDay>
<Description>sample string 3</Description>
<MaterialsCost>true</MaterialsCost>
<MinimumCostInPennies>5</MinimumCostInPennies>
<Name>sample string 2</Name>
</CostSummaryDTOModels.ServiceSummary>
</Services>
</CostSummaryDTOModels.VehicleSummary>
</VehicleSummary>
<VouchersSummary>
<CostSummaryDTOModels.VoucherSummary>
<CruiseNumber>sample string 3</CruiseNumber>
<DiscountInPennies>4</DiscountInPennies>
<Number>sample string 1</Number>
<ShowDiscount>true</ShowDiscount>
<Status>sample string 2</Status>
</CostSummaryDTOModels.VoucherSummary>
<CostSummaryDTOModels.VoucherSummary>
<CruiseNumber>sample string 3</CruiseNumber>
<DiscountInPennies>4</DiscountInPennies>
<Number>sample string 1</Number>
<ShowDiscount>true</ShowDiscount>
<Status>sample string 2</Status>
</CostSummaryDTOModels.VoucherSummary>
</VouchersSummary>
</CostSummaryDTOModels.CostSummary>