Model containing booking data
| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowedDamagesCount |
Allowed damages count |
integer |
None. |
| Booking_Drivers |
List of drivers. |
Collection of ExBookingDriverModel |
None. |
| BookingMonthlyPriceCalculationTypeId |
Identifier of booking monthly price calculation type. (1 = MONTH, 2 = 30DAY, 3 = MONTH30) |
integer |
Range: inclusive between 1 and 3 |
| BookingTypeId |
Booking type identifier. 1 = Fix / Contract, 2 = Reservation / Option, 3 = Inquiry |
integer |
None. |
| CancellationDate |
Cancellation date time, if booking is canceled. UTC representation in ISO 8601 format. |
date |
None. |
| CarCategoryId |
Identifier of car category in provider system. |
integer |
Range: inclusive between 1 and 2147483647 |
| CarCategorySIPP |
ACRISS code used to summarise the key features of a vehicle. |
string |
None. |
| ClientId |
Client identifier (from Addressbook) |
integer |
Range: inclusive between 1 and 2147483647 |
| ClientVatFreeArticleId |
Identifier of the VAT free article if client is VAT free |
integer |
None. |
| CollectionLocation |
Location for car collection. |
string |
None. |
| Currency |
ISO 4217 currency code for this booking. |
string |
None. |
| CurrentDomesticCurrencyCode |
Current domestic currency |
string |
None. |
| CurrentDomesticCurrencyId |
Current domestic currency identifier |
integer |
None. |
| DateIn |
Drop-off date and time in ISO 8601 format. Local representation in ISO 8601 format without time zone designator. It represents time in pickup location local time. Example: '2018-03-22T07:20:00'. |
date |
None. |
| DateOut |
Pick-up date and time in ISO 8601 format. Local representation in ISO 8601 format without time zone designator. It represents time in pickup location local time. Example: '2018-03-21T07:15:00'. |
date |
None. |
| DaysForPayment |
Total days for payment |
integer |
None. |
| DeliveryLocation |
Location for car delivery. |
string |
None. |
| DomesticCurrencyCode |
Domestic currency |
string |
None. |
| DomesticCurrencyId |
Domestic currency identifier |
integer |
None. |
| DomesticToCurrentDomesticExchangeRate |
Domestic to current domestic currency exchange rate |
decimal number |
None. |
| DropOffLocation |
DropOff location. |
ExDropOffLocationModel |
None. |
| DropOffLocationId |
DropOff location identifier (ie. identifier of location in foreign country) |
integer |
None. |
| ExpirationDate |
Expiration date time for reservations. UTC representation in ISO 8601 format. |
date |
None. |
| ExternalUserId |
Optional. External system (e.g. company web) user identifier |
string |
Max length: 10 |
| FlightNumber |
Customer arrival flight number |
string |
None. |
| ForceInstallmentPaymentInAdvance |
Force installment payment in advance |
boolean |
None. |
| ForceInstallmentPaymentOnLastDayInMonth |
Force installment payment on last day in month |
boolean |
None. |
| HasCollection |
Flag that user requested collection of the vehicle from location other that office estimated in |
boolean |
None. |
| HasDelivery |
Flag that user requested delivery of the vehicle to location other that office out. |
boolean |
None. |
| HoursForPayment |
Total hours for payment |
integer |
None. |
| Id |
Booking identifier |
integer |
None. |
| InitialBookingDate |
Date and time of booking creation. UTC representation in ISO 8601 format. |
date |
None. |
| InstalmentAmount |
Instalment amount |
decimal number |
None. |
| IntegrationRemark | string |
None. |
|
| IsCancelled |
Is booking canceled or not |
boolean |
None. |
| IsClientVatFree |
Is client VAT free or not |
boolean |
None. |
| IsFreeUpgrade | boolean |
None. |
|
| IsPaymentInInstalments |
Is payment in instalments or not |
boolean |
None. |
| IsProcessed |
True if booking is processed in agency. Editing is disabled. |
boolean |
None. |
| LeaseContractNumber |
Lease contract number |
string |
None. |
| MeetAndGreetLocationInId |
Meet and greet location IN identifier |
integer |
None. |
| MeetAndGreetLocationInName |
Meet and greet location IN name. |
string |
None. |
| MeetAndGreetLocationOutId |
Meet and greet location OUT identifier |
integer |
None. |
| MeetAndGreetLocationOutName |
Meet and greet location OUT name. |
string |
None. |
| ModificationTime |
Date and time of booking last modification. UTC representation in ISO 8601 format. |
date |
None. |
| MonthlyMilesAllowed |
Monthly miles allowed |
integer |
None. |
| MonthlyMilesPriceAmountOverride |
Monthly miles price amount override |
decimal number |
None. |
| Number |
Booking number. Ommit this parameter if booking is not saved. |
string |
None. |
| OfficeIn |
Return office. |
ExOfficeListModel |
None. |
| OfficeInCode |
Alphanumeric code of the drop-off office. |
string |
None. |
| OfficeInId |
Identifier of return office in provider system. |
integer |
None. |
| OfficeInName |
Name of the drop-off office. |
string |
None. |
| OfficeOut |
Pick-up office. |
ExOfficeListModel |
None. |
| OfficeOutCode |
Alphanumeric code of the pick-up office. |
string |
None. |
| OfficeOutId |
Identifier of pick-up office in provider system. |
integer |
Range: inclusive between 1 and 2147483647 |
| OfficeOutName |
Name of the pick-up office. |
string |
None. |
| OrderReference |
Order reference |
string |
None. |
| PartnerWebCode |
Code of partner web that hosts B2C search form for web bookings. |
string |
None. |
| PriceDate |
Price UTC date and time in ISO 8601 format. It represents time of availability search and can be sent to booking "save" method to prevent price changes. |
date |
None. |
| Pricelist |
Booking pricelist. |
ExCarPricelistListModel |
None. |
| PricelistCode |
Alphanumeric code of pricelist used for this booking. |
string |
None. |
| PricelistId |
Identifier of pricelist in provider system. |
integer |
Range: inclusive between 1 and 2147483647 |
| Remark |
Arbitrary remarks for this booking. |
string |
None. |
| ReservedCarDate |
Reserved car date |
date |
None. |
| ReservedCarId |
Reserved car identifier |
integer |
None. |
| RowVersion |
Identifier of document version, recevied in response of "booking save" method. Prevents overwriting changes to same document. Set null if booking is not saved. |
Collection of byte |
None. |
| Services |
List of services. Contains both obligatory and optional services. Pick optional services by setting "IsSelected" property to "true". |
Collection of ExBookingServiceModel |
None. |
| Total |
Total booking price. |
decimal number |
None. |
| TotalAddition |
Additions component of booking price. |
decimal number |
None. |
| TotalDiscount |
Discount component of booking price. |
decimal number |
None. |
| TotalInsurance |
Insurances component of booking price. |
decimal number |
None. |
| TotalRent |
Car rental component of booking price. |
decimal number |
None. |
| Totals |
List of totals by price type (1 - pay on reservation, 2 - pay on arrival). |
Collection of ExBookingTotalModel |
None. |
| TotalVat |
Vat component of booking price. |
decimal number |
None. |
| TrackingId | string |
None. |
|
| UserModifiedName |
Name of user who last modified the booking. |
string |
None. |
| UserOpenName |
Name of user who created the booking. |
string |
None. |
| UserReservedCarId |
Reserved car user identifier |
integer |
None. |
| VoucherNumber |
Number of voucher given by agency to the client. |
string |
None. |