Returns list of booking items based on booking identifier
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId | integer |
Required |
|
| culture | string |
None. |
None.
Returns list of booking items based on booking identifier
Collection of ExExportBookingItemListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingId |
Booking identifier |
integer |
None. |
| BookingItemId |
Booking item identifier |
integer |
None. |
| BookingItemOriginId |
Booking item origin identifier |
integer |
None. |
| BookingItemPrices |
Booking items for the booking |
Collection of ExExportBookingItemPriceListModel |
None. |
| BookingNumber |
Booking number |
string |
None. |
| DeselectedMandatoryServiceReason |
Deselected mandatory service reason |
string |
None. |
| ExportDate |
Export date. Local time in ISO 8601 format. |
date |
None. |
| ExportDateUtc |
Export date utc. UTC representation in ISO 8601 format. |
date |
None. |
| FranchiseTheftAmount |
Theft franchise amount |
decimal number |
None. |
| FranchiseTheftAmountNett |
Theft franchise amount nett |
decimal number |
None. |
| InsuranceFranchiseAmount |
Insurance franchise amount |
decimal number |
None. |
| InsuranceFranchiseAmountNett |
Insurance franchise amount nett |
decimal number |
None. |
| IsCreatedOnReservation |
Is created on reservation or not |
boolean |
None. |
| IsManualEntry |
Is manual entry or not |
boolean |
None. |
| IsQuantityEditable |
Is quantity editable or not |
boolean |
None. |
| Quantity |
Quantity |
integer |
None. |
| ServiceId |
Service identifier |
integer |
None. |
| ServiceName |
Service name |
string |
None. |
| ServiceSubTypeId |
Service sub type identifier |
integer |
None. |
| ServiceSubTypeName |
Service sub type name |
string |
None. |
| ServiceTypeId |
Service type identifier |
integer |
None. |
| ServiceTypeName |
Service type name |
string |
None. |
| TenantId |
Tenant identifier |
integer |
None. |
| UserAddId |
User add identifier |
integer |
None. |
| UserAddName |
User add name |
string |
None. |
[
{
"BookingItemId": 1,
"BookingItemOriginId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"ServiceId": 1,
"ServiceName": "sample string 4",
"ServiceTypeId": 1,
"ServiceTypeName": "sample string 5",
"ServiceSubTypeId": 1,
"ServiceSubTypeName": "sample string 6",
"IsManualEntry": true,
"IsQuantityEditable": true,
"InsuranceFranchiseAmount": 1.0,
"InsuranceFranchiseAmountNett": 1.0,
"FranchiseTheftAmount": 1.0,
"FranchiseTheftAmountNett": 1.0,
"Quantity": 9,
"IsCreatedOnReservation": true,
"DeselectedMandatoryServiceReason": "sample string 11",
"UserAddId": 1,
"UserAddName": "sample string 12",
"TenantId": 13,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"BookingItemPrices": [
{
"BookingItemPriceId": 1,
"BookingItemId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"BookingItemPriceOriginId": 1,
"BookingItemPriceTypeId": 4,
"BookingItemPriceTypeCode": "sample string 5",
"DateFrom": "2026-05-15T11:05:28.6951259+02:00",
"DateFromUtc": "2026-05-15T11:05:28.6951259+02:00",
"DateTo": "2026-05-15T11:05:28.6951259+02:00",
"DateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateTo": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"VatRateId": 6,
"VatRateRate": 7.0,
"FreeOfCharge": true,
"IsOneTimePayment": true,
"IncludedInPriceUnlimited": true,
"IncludedInPriceLimited": true,
"IncludedPerDurationMeasuringUnit": true,
"IncludedPerContract": true,
"IsQuantityEditable": true,
"Quantity": 15,
"QuantityForPayment": 16,
"MaximumQuantity": 1,
"MaxDurationMeasuringUnitForPayment": 1,
"QuantityIncluded": 17,
"DurationMeasuringUnitId": 18,
"DurationMeasuringUnitName": "sample string 19",
"IsManualPriceEntry": true,
"IsManualPriceByDurationMeasuringUnitEntry": true,
"IsManualTerminEntry": true,
"CurrencyId": 23,
"CurrencyCode": "sample string 24",
"DomesticCurrencyId": 25,
"DomesticCurrencyCode": "sample string 26",
"ExchangeRate": 1.0,
"AmountNetWithoutDiscount": 1.0,
"AmountNetWithoutDiscountDomestic": 1.0,
"Amount": 1.0,
"AmountDomestic": 1.0,
"AmountNetWithDiscount": 1.0,
"AmountNetWithDiscountDomestic": 1.0,
"OverrideAmountNetWithoutDiscountPerDurationMeasuringUnit": 1.0,
"IsDiscountPercentage": true,
"DiscountPercentage": 1.0,
"DiscountAmount": 1.0,
"DiscountAmountDomestic": 1.0,
"AmountTotal": 1.0,
"AmountTotalDomestic": 1.0,
"AmountNetTotal": 1.0,
"AmountNetTotalDomestic": 1.0,
"DiscountAmountTotalDomestic": 1.0,
"VatTotal": 1.0,
"DiscountReason": "sample string 28",
"DaysForPayment": 29,
"HoursForPayment": 30,
"DamageId": 1,
"TrafficFineId": 1,
"IsMainRent": true,
"OrdinalNumber": 32,
"IsMandatory": true,
"IsVatFree": true,
"VatFreeArticleId": 1,
"VatFreeArticleName": "sample string 35",
"MonthlyOverrideAmount": 1.0,
"UseMonthlyPriceCalculation": true,
"BookingMonthlyPriceMonthsForPayment": 1,
"BookingMonthlyPriceDaysForPayment": 1,
"PricelistId": 1,
"PricelistCode": "sample string 37",
"PricelistName": "sample string 38",
"TenantId": 39,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"CurrentDomesticCurrencyId": 1,
"CurrentDomesticCurrencyCode": "sample string 40",
"DomesticToCurrentDomesticExchangeRate": 1.0
},
{
"BookingItemPriceId": 1,
"BookingItemId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"BookingItemPriceOriginId": 1,
"BookingItemPriceTypeId": 4,
"BookingItemPriceTypeCode": "sample string 5",
"DateFrom": "2026-05-15T11:05:28.6951259+02:00",
"DateFromUtc": "2026-05-15T11:05:28.6951259+02:00",
"DateTo": "2026-05-15T11:05:28.6951259+02:00",
"DateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateTo": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"VatRateId": 6,
"VatRateRate": 7.0,
"FreeOfCharge": true,
"IsOneTimePayment": true,
"IncludedInPriceUnlimited": true,
"IncludedInPriceLimited": true,
"IncludedPerDurationMeasuringUnit": true,
"IncludedPerContract": true,
"IsQuantityEditable": true,
"Quantity": 15,
"QuantityForPayment": 16,
"MaximumQuantity": 1,
"MaxDurationMeasuringUnitForPayment": 1,
"QuantityIncluded": 17,
"DurationMeasuringUnitId": 18,
"DurationMeasuringUnitName": "sample string 19",
"IsManualPriceEntry": true,
"IsManualPriceByDurationMeasuringUnitEntry": true,
"IsManualTerminEntry": true,
"CurrencyId": 23,
"CurrencyCode": "sample string 24",
"DomesticCurrencyId": 25,
"DomesticCurrencyCode": "sample string 26",
"ExchangeRate": 1.0,
"AmountNetWithoutDiscount": 1.0,
"AmountNetWithoutDiscountDomestic": 1.0,
"Amount": 1.0,
"AmountDomestic": 1.0,
"AmountNetWithDiscount": 1.0,
"AmountNetWithDiscountDomestic": 1.0,
"OverrideAmountNetWithoutDiscountPerDurationMeasuringUnit": 1.0,
"IsDiscountPercentage": true,
"DiscountPercentage": 1.0,
"DiscountAmount": 1.0,
"DiscountAmountDomestic": 1.0,
"AmountTotal": 1.0,
"AmountTotalDomestic": 1.0,
"AmountNetTotal": 1.0,
"AmountNetTotalDomestic": 1.0,
"DiscountAmountTotalDomestic": 1.0,
"VatTotal": 1.0,
"DiscountReason": "sample string 28",
"DaysForPayment": 29,
"HoursForPayment": 30,
"DamageId": 1,
"TrafficFineId": 1,
"IsMainRent": true,
"OrdinalNumber": 32,
"IsMandatory": true,
"IsVatFree": true,
"VatFreeArticleId": 1,
"VatFreeArticleName": "sample string 35",
"MonthlyOverrideAmount": 1.0,
"UseMonthlyPriceCalculation": true,
"BookingMonthlyPriceMonthsForPayment": 1,
"BookingMonthlyPriceDaysForPayment": 1,
"PricelistId": 1,
"PricelistCode": "sample string 37",
"PricelistName": "sample string 38",
"TenantId": 39,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"CurrentDomesticCurrencyId": 1,
"CurrentDomesticCurrencyCode": "sample string 40",
"DomesticToCurrentDomesticExchangeRate": 1.0
}
]
},
{
"BookingItemId": 1,
"BookingItemOriginId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"ServiceId": 1,
"ServiceName": "sample string 4",
"ServiceTypeId": 1,
"ServiceTypeName": "sample string 5",
"ServiceSubTypeId": 1,
"ServiceSubTypeName": "sample string 6",
"IsManualEntry": true,
"IsQuantityEditable": true,
"InsuranceFranchiseAmount": 1.0,
"InsuranceFranchiseAmountNett": 1.0,
"FranchiseTheftAmount": 1.0,
"FranchiseTheftAmountNett": 1.0,
"Quantity": 9,
"IsCreatedOnReservation": true,
"DeselectedMandatoryServiceReason": "sample string 11",
"UserAddId": 1,
"UserAddName": "sample string 12",
"TenantId": 13,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"BookingItemPrices": [
{
"BookingItemPriceId": 1,
"BookingItemId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"BookingItemPriceOriginId": 1,
"BookingItemPriceTypeId": 4,
"BookingItemPriceTypeCode": "sample string 5",
"DateFrom": "2026-05-15T11:05:28.6951259+02:00",
"DateFromUtc": "2026-05-15T11:05:28.6951259+02:00",
"DateTo": "2026-05-15T11:05:28.6951259+02:00",
"DateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateTo": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"VatRateId": 6,
"VatRateRate": 7.0,
"FreeOfCharge": true,
"IsOneTimePayment": true,
"IncludedInPriceUnlimited": true,
"IncludedInPriceLimited": true,
"IncludedPerDurationMeasuringUnit": true,
"IncludedPerContract": true,
"IsQuantityEditable": true,
"Quantity": 15,
"QuantityForPayment": 16,
"MaximumQuantity": 1,
"MaxDurationMeasuringUnitForPayment": 1,
"QuantityIncluded": 17,
"DurationMeasuringUnitId": 18,
"DurationMeasuringUnitName": "sample string 19",
"IsManualPriceEntry": true,
"IsManualPriceByDurationMeasuringUnitEntry": true,
"IsManualTerminEntry": true,
"CurrencyId": 23,
"CurrencyCode": "sample string 24",
"DomesticCurrencyId": 25,
"DomesticCurrencyCode": "sample string 26",
"ExchangeRate": 1.0,
"AmountNetWithoutDiscount": 1.0,
"AmountNetWithoutDiscountDomestic": 1.0,
"Amount": 1.0,
"AmountDomestic": 1.0,
"AmountNetWithDiscount": 1.0,
"AmountNetWithDiscountDomestic": 1.0,
"OverrideAmountNetWithoutDiscountPerDurationMeasuringUnit": 1.0,
"IsDiscountPercentage": true,
"DiscountPercentage": 1.0,
"DiscountAmount": 1.0,
"DiscountAmountDomestic": 1.0,
"AmountTotal": 1.0,
"AmountTotalDomestic": 1.0,
"AmountNetTotal": 1.0,
"AmountNetTotalDomestic": 1.0,
"DiscountAmountTotalDomestic": 1.0,
"VatTotal": 1.0,
"DiscountReason": "sample string 28",
"DaysForPayment": 29,
"HoursForPayment": 30,
"DamageId": 1,
"TrafficFineId": 1,
"IsMainRent": true,
"OrdinalNumber": 32,
"IsMandatory": true,
"IsVatFree": true,
"VatFreeArticleId": 1,
"VatFreeArticleName": "sample string 35",
"MonthlyOverrideAmount": 1.0,
"UseMonthlyPriceCalculation": true,
"BookingMonthlyPriceMonthsForPayment": 1,
"BookingMonthlyPriceDaysForPayment": 1,
"PricelistId": 1,
"PricelistCode": "sample string 37",
"PricelistName": "sample string 38",
"TenantId": 39,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"CurrentDomesticCurrencyId": 1,
"CurrentDomesticCurrencyCode": "sample string 40",
"DomesticToCurrentDomesticExchangeRate": 1.0
},
{
"BookingItemPriceId": 1,
"BookingItemId": 1,
"BookingId": 2,
"BookingNumber": "sample string 3",
"BookingItemPriceOriginId": 1,
"BookingItemPriceTypeId": 4,
"BookingItemPriceTypeCode": "sample string 5",
"DateFrom": "2026-05-15T11:05:28.6951259+02:00",
"DateFromUtc": "2026-05-15T11:05:28.6951259+02:00",
"DateTo": "2026-05-15T11:05:28.6951259+02:00",
"DateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateTo": "2026-05-15T11:05:28.6951259+02:00",
"MaxPriceDateToUtc": "2026-05-15T11:05:28.6951259+02:00",
"VatRateId": 6,
"VatRateRate": 7.0,
"FreeOfCharge": true,
"IsOneTimePayment": true,
"IncludedInPriceUnlimited": true,
"IncludedInPriceLimited": true,
"IncludedPerDurationMeasuringUnit": true,
"IncludedPerContract": true,
"IsQuantityEditable": true,
"Quantity": 15,
"QuantityForPayment": 16,
"MaximumQuantity": 1,
"MaxDurationMeasuringUnitForPayment": 1,
"QuantityIncluded": 17,
"DurationMeasuringUnitId": 18,
"DurationMeasuringUnitName": "sample string 19",
"IsManualPriceEntry": true,
"IsManualPriceByDurationMeasuringUnitEntry": true,
"IsManualTerminEntry": true,
"CurrencyId": 23,
"CurrencyCode": "sample string 24",
"DomesticCurrencyId": 25,
"DomesticCurrencyCode": "sample string 26",
"ExchangeRate": 1.0,
"AmountNetWithoutDiscount": 1.0,
"AmountNetWithoutDiscountDomestic": 1.0,
"Amount": 1.0,
"AmountDomestic": 1.0,
"AmountNetWithDiscount": 1.0,
"AmountNetWithDiscountDomestic": 1.0,
"OverrideAmountNetWithoutDiscountPerDurationMeasuringUnit": 1.0,
"IsDiscountPercentage": true,
"DiscountPercentage": 1.0,
"DiscountAmount": 1.0,
"DiscountAmountDomestic": 1.0,
"AmountTotal": 1.0,
"AmountTotalDomestic": 1.0,
"AmountNetTotal": 1.0,
"AmountNetTotalDomestic": 1.0,
"DiscountAmountTotalDomestic": 1.0,
"VatTotal": 1.0,
"DiscountReason": "sample string 28",
"DaysForPayment": 29,
"HoursForPayment": 30,
"DamageId": 1,
"TrafficFineId": 1,
"IsMainRent": true,
"OrdinalNumber": 32,
"IsMandatory": true,
"IsVatFree": true,
"VatFreeArticleId": 1,
"VatFreeArticleName": "sample string 35",
"MonthlyOverrideAmount": 1.0,
"UseMonthlyPriceCalculation": true,
"BookingMonthlyPriceMonthsForPayment": 1,
"BookingMonthlyPriceDaysForPayment": 1,
"PricelistId": 1,
"PricelistCode": "sample string 37",
"PricelistName": "sample string 38",
"TenantId": 39,
"ExportDate": "2026-05-15T11:05:28.6951259+02:00",
"ExportDateUtc": "2026-05-15T11:05:28.6951259+02:00",
"CurrentDomesticCurrencyId": 1,
"CurrentDomesticCurrencyCode": "sample string 40",
"DomesticToCurrentDomesticExchangeRate": 1.0
}
]
}
]