ENVIRONMENT : Test

DELETE {culture}/api/bookings/cancel/{number}

Cancels the booking. Returns cancelled booking model.

Request Information

URI Parameters

Name Description Type Additional information
culture

string

None.

number

Booking number. Identifier in provider system.

string

Required

Body Parameters

None.

Response Information

Resource Description

Cancels the booking. Returns cancelled booking model.

BookingModel
Name Description Type Additional information
BookAsCommissioner

If true, booking will be treated as pay on arrival booking, otherwise will be treated as prepaid booking

boolean

None.

Booking_Drivers

List of drivers.

Collection of BookingDriverModel

None.

BookingTypeId

Booking type. 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

Car category identifier.

integer

None.

CarCategorySIPP

ACRISS code used to summarise the key features of a vehicle.

string

None.

Client

Extended information about client. Entry is optional.

BookingClientModel

None.

ClientEmail

Email address of the client.

string

None.

ClientName

Client name and surname.

string

None.

ClientPhone

Telephone of the client.

string

None.

CollectionLocation

Location for car collection

string

None.

Currency

Currency code.

string

None.

DateIn

Drop-off date represented in office time zone ISO 8601 format.

date

None.

DateOut

Pick-up date represented in office time zone ISO 8601 format.

date

None.

DaysForPayment

Total days for payment

integer

None.

DeliveryLocation

Location for car delivery

string

None.

Deposit

Client's deposit required for this booking.

decimal number

None.

DepositCurrency

Deposit currency code.

string

None.

DropOffLocation

DropOff location.

DropOffLocationModel

None.

DropOffLocationId

DropOff location Id (ie. Id of location in foreign country)

integer

None.

Excess

Excess amount for this booking.

decimal number

None.

ExpirationDate

Expiration date time for reservations. UTC representation in ISO 8601 format.

date

None.

ExternalUserId

Optional. External system (e.g. company web) user ID.

string

Max length: 10

FlightNumber

Customer arrival flight number.

string

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 ID. Identifier of booking in provider system.

integer

None.

InitialBookingDate

Date and time of booking creation. UTC representation in ISO 8601 format.

date

None.

IntegrationRemark

string

None.

IsCancelled

True if booking is canceled.

boolean

None.

IsOnRequest

Indicator wheather the reservation avilability is On Request

boolean

None.

IsProcessed

True if booking is processed in agency. Editing is disabled.

boolean

None.

KeyboxInCode

KeyboxIn code.

string

None.

KeyboxOutCode

KeyboxOut code.

string

None.

MaximumDriverAge

Override for maximum driver age in years

integer

None.

MeetAndGreetLocationInId

Meet and greet location IN Id.

integer

None.

MeetAndGreetLocationInName

Meet and greet location IN name.

string

None.

MeetAndGreetLocationOutId

Meet and greet location OUT Id.

integer

None.

MeetAndGreetLocationOutName

Meet and greet location OUT name.

string

None.

MinimumDriverAge

Override for minimum driver age in years

integer

None.

ModificationTime

Date and time of booking last modification. UTC representation in ISO 8601 format.

date

None.

Number

Booking number. Identifier of booking in provider system.

string

None.

OfficeIn

Return office.

OfficeListModel

None.

OfficeInCode

Alphanumeric code of the drop-off office.

string

None.

OfficeInId

Return office identifier in provider system.

integer

None.

OfficeInName

Name of the drop-off office.

string

None.

OfficeOut

Pick-up office.

OfficeListModel

None.

OfficeOutCode

Alphanumeric code of the pick-up office.

string

None.

OfficeOutId

Pick-up office identifier in provider system.

integer

None.

OfficeOutName

Name of the pick-up office.

string

None.

OnlineCheckinUrl

URL used for online-checkin

string

None.

OrderReference

Order reference. Used for partners that have a general agreement with the provider for multiple cars.

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.

CarPricelistListModel

None.

PricelistCode

Alphanumeric code of pricelist used for this booking.

string

None.

PricelistId

Identifier of pricelist used for this booking.

integer

None.

PromoCode

Indicator of the Promo code applied to the booking

string

None.

Remark

Arbitrary remarks for this booking.

string

None.

RowVersion

Identifier of document version. Prevents overwriting changes to same document.

Collection of byte

None.

SeniorDriverAgeFrom

Senior driver age from

integer

None.

SeniorDriverAgeTo

Senior driver age to

integer

None.

Services

List of seleted and available additional services for this booking.

Collection of BookingServiceModel

None.

Theft

Theft amount for this booking.

decimal number

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 BookingTotalModel

None.

TotalVat

Vat component of booking price.

decimal number

None.

TrackingId

Tracking Id. Used for website to track sales.

string

None.

UserModifiedName

Name of user who last modified the booking.

string

None.

UserOpenName

Name of user who created the booking.

string

None.

VoucherNumber

Number of voucher given to the client.

string

None.

YoungDriverAgeFrom

Young driver age from

integer

None.

YoungDriverAgeTo

Young driver age to

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ExpirationDate": "2026-05-15T11:07:29.6071671+02:00",
  "TotalRent": 1.0,
  "TotalDiscount": 2.0,
  "TotalAddition": 3.0,
  "TotalInsurance": 4.0,
  "TotalVat": 5.0,
  "Totals": [
    {
      "BookingItemPriceTypeId": 1,
      "TotalRent": 2.0,
      "TotalDiscount": 3.0,
      "TotalAddition": 4.0,
      "TotalInsurance": 5.0,
      "TotalVat": 6.0,
      "Total": 7.0
    },
    {
      "BookingItemPriceTypeId": 1,
      "TotalRent": 2.0,
      "TotalDiscount": 3.0,
      "TotalAddition": 4.0,
      "TotalInsurance": 5.0,
      "TotalVat": 6.0,
      "Total": 7.0
    }
  ],
  "Excess": 1.0,
  "Theft": 1.0,
  "Deposit": 6.0,
  "DepositCurrency": "EUR",
  "OfficeOut": {
    "Id": 1,
    "Name": "Zagreb Airport",
    "Code": "ZGA",
    "CodeNumber": "012",
    "CountryCode": "HR",
    "PostalCode": "10000",
    "Town": "Zagreb",
    "Address": "Ulica grada Vukovara",
    "AddressHouseNumber": "269",
    "Tel": "+385 1 6111113",
    "Fax": "+385 1 6111114",
    "Email": "someoffice@somecompany.com",
    "Latitude": -34.397255,
    "Longitude": 150.644823,
    "DropOffInstructions": "Near the...",
    "PickupInstructions": "Near the...",
    "MeetAndGreetLocations": [
      {
        "Id": 1,
        "Name": "Zagreb Railway Station",
        "Code": "ZGR",
        "CodeNumber": "012",
        "CountryCode": "HR",
        "PostalCode": "10000",
        "Town": "Zagreb",
        "Address": "Ulica grada Vukovara",
        "AddressHouseNumber": "269",
        "Tel": "+385 1 6111113",
        "Fax": "+385 1 6111114",
        "Email": "somelocation@somecompany.com",
        "Latitude": -34.397255,
        "Longitude": 150.644823,
        "DropOffInstructions": "Near...",
        "PickupInstructions": "Near...",
        "IsShuttle": true
      },
      {
        "Id": 1,
        "Name": "Zagreb Railway Station",
        "Code": "ZGR",
        "CodeNumber": "012",
        "CountryCode": "HR",
        "PostalCode": "10000",
        "Town": "Zagreb",
        "Address": "Ulica grada Vukovara",
        "AddressHouseNumber": "269",
        "Tel": "+385 1 6111113",
        "Fax": "+385 1 6111114",
        "Email": "somelocation@somecompany.com",
        "Latitude": -34.397255,
        "Longitude": 150.644823,
        "DropOffInstructions": "Near...",
        "PickupInstructions": "Near...",
        "IsShuttle": true
      }
    ],
    "OfficeFranchises": [
      {
        "FranchiseId": 1,
        "FranchiseName": "Franchise 1",
        "Email": "office@email.com",
        "SurveyMailUrl": "https://survey.com?surveyId=1"
      },
      {
        "FranchiseId": 1,
        "FranchiseName": "Franchise 1",
        "Email": "office@email.com",
        "SurveyMailUrl": "https://survey.com?surveyId=1"
      }
    ],
    "IsShuttle": true
  },
  "OfficeIn": {
    "Id": 1,
    "Name": "Zagreb Airport",
    "Code": "ZGA",
    "CodeNumber": "012",
    "CountryCode": "HR",
    "PostalCode": "10000",
    "Town": "Zagreb",
    "Address": "Ulica grada Vukovara",
    "AddressHouseNumber": "269",
    "Tel": "+385 1 6111113",
    "Fax": "+385 1 6111114",
    "Email": "someoffice@somecompany.com",
    "Latitude": -34.397255,
    "Longitude": 150.644823,
    "DropOffInstructions": "Near the...",
    "PickupInstructions": "Near the...",
    "MeetAndGreetLocations": [
      {
        "Id": 1,
        "Name": "Zagreb Railway Station",
        "Code": "ZGR",
        "CodeNumber": "012",
        "CountryCode": "HR",
        "PostalCode": "10000",
        "Town": "Zagreb",
        "Address": "Ulica grada Vukovara",
        "AddressHouseNumber": "269",
        "Tel": "+385 1 6111113",
        "Fax": "+385 1 6111114",
        "Email": "somelocation@somecompany.com",
        "Latitude": -34.397255,
        "Longitude": 150.644823,
        "DropOffInstructions": "Near...",
        "PickupInstructions": "Near...",
        "IsShuttle": true
      },
      {
        "Id": 1,
        "Name": "Zagreb Railway Station",
        "Code": "ZGR",
        "CodeNumber": "012",
        "CountryCode": "HR",
        "PostalCode": "10000",
        "Town": "Zagreb",
        "Address": "Ulica grada Vukovara",
        "AddressHouseNumber": "269",
        "Tel": "+385 1 6111113",
        "Fax": "+385 1 6111114",
        "Email": "somelocation@somecompany.com",
        "Latitude": -34.397255,
        "Longitude": 150.644823,
        "DropOffInstructions": "Near...",
        "PickupInstructions": "Near...",
        "IsShuttle": true
      }
    ],
    "OfficeFranchises": [
      {
        "FranchiseId": 1,
        "FranchiseName": "Franchise 1",
        "Email": "office@email.com",
        "SurveyMailUrl": "https://survey.com?surveyId=1"
      },
      {
        "FranchiseId": 1,
        "FranchiseName": "Franchise 1",
        "Email": "office@email.com",
        "SurveyMailUrl": "https://survey.com?surveyId=1"
      }
    ],
    "IsShuttle": true
  },
  "Pricelist": {
    "Id": 1,
    "Name": "Agency EU - 2016",
    "Code": "EU 2016",
    "Currency": "EUR",
    "IsNett": true,
    "ActiveFrom": "2026-05-15T11:07:29.6071671+02:00",
    "ActiveTo": "2026-05-15T11:07:29.6071671+02:00",
    "BookingFrom": "2026-05-15T11:07:29.6071671+02:00",
    "BookingTo": "2026-05-15T11:07:29.6071671+02:00",
    "MinDurationHours": 1,
    "MaxDurationHours": 1,
    "MinDurationDays": 1,
    "MaxDurationDays": 1
  },
  "Booking_Drivers": [
    {
      "Id": 1,
      "RowVersion": "QEA=",
      "Name": "John",
      "Surname": "Doe",
      "Code": "CD1234",
      "Phone": "+385 92 1234567",
      "DriverAge": 35,
      "Email": "john.doe@sampledomain.com",
      "VatId": "sample string 2",
      "DateOfBirth": "2026-05-15T11:07:29.6071671+02:00",
      "Gender": "female",
      "Street": "sample string 3",
      "PostalCode": "sample string 4",
      "TownName": "sample string 5",
      "CountryCode": "US",
      "DriversLicenseNumber": "sample string 6",
      "DriversLicenseIssuedIn": "sample string 7",
      "DriversLicenseIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "DriversLicenseValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "DriversLicenseValidUnlimited": true,
      "Base64FrontDriversLicenseImage": "sample string 8",
      "Base64BackDriversLicenseImage": "sample string 9",
      "PassportNumber": "sample string 10",
      "PassportIssuedIn": "sample string 11",
      "PassportIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "PassportValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "PassportValidUnlimited": true,
      "Base64FrontPassportImage": "sample string 12",
      "Base64BackPassportImage": "sample string 13",
      "IdentityCardNumber": "sample string 14",
      "IdentityCardIssuedIn": "sample string 15",
      "IdentityCardIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "IdentityCardValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "IdentityCardValidUnlimited": true,
      "Base64FrontIdentityCardImage": "sample string 16",
      "Base64BackIdentityCardImage": "sample string 17",
      "NationalityCode": "US",
      "FullName": "John Doe",
      "Email2": "john.doe@sampledomain.com",
      "RecipientCode": "sample string 18",
      "ProvinceCode": "sample string 19",
      "IsDriverLicenceDomestic": true,
      "DriverLicenceTownCode": "sample string 21",
      "DriverLicenceCountryCode": "sample string 22",
      "IsPassportDomestic": true,
      "PassportTownCode": "sample string 24",
      "PassportCountryCode": "sample string 25",
      "IsIdCardDomestic": true,
      "IdCardTownCode": "sample string 27",
      "IdCardCountryCode": "sample string 28"
    },
    {
      "Id": 1,
      "RowVersion": "QEA=",
      "Name": "John",
      "Surname": "Doe",
      "Code": "CD1234",
      "Phone": "+385 92 1234567",
      "DriverAge": 35,
      "Email": "john.doe@sampledomain.com",
      "VatId": "sample string 2",
      "DateOfBirth": "2026-05-15T11:07:29.6071671+02:00",
      "Gender": "female",
      "Street": "sample string 3",
      "PostalCode": "sample string 4",
      "TownName": "sample string 5",
      "CountryCode": "US",
      "DriversLicenseNumber": "sample string 6",
      "DriversLicenseIssuedIn": "sample string 7",
      "DriversLicenseIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "DriversLicenseValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "DriversLicenseValidUnlimited": true,
      "Base64FrontDriversLicenseImage": "sample string 8",
      "Base64BackDriversLicenseImage": "sample string 9",
      "PassportNumber": "sample string 10",
      "PassportIssuedIn": "sample string 11",
      "PassportIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "PassportValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "PassportValidUnlimited": true,
      "Base64FrontPassportImage": "sample string 12",
      "Base64BackPassportImage": "sample string 13",
      "IdentityCardNumber": "sample string 14",
      "IdentityCardIssuedIn": "sample string 15",
      "IdentityCardIssueDate": "2026-05-15T11:07:29.6071671+02:00",
      "IdentityCardValidUntil": "2026-05-15T11:07:29.6071671+02:00",
      "IdentityCardValidUnlimited": true,
      "Base64FrontIdentityCardImage": "sample string 16",
      "Base64BackIdentityCardImage": "sample string 17",
      "NationalityCode": "US",
      "FullName": "John Doe",
      "Email2": "john.doe@sampledomain.com",
      "RecipientCode": "sample string 18",
      "ProvinceCode": "sample string 19",
      "IsDriverLicenceDomestic": true,
      "DriverLicenceTownCode": "sample string 21",
      "DriverLicenceCountryCode": "sample string 22",
      "IsPassportDomestic": true,
      "PassportTownCode": "sample string 24",
      "PassportCountryCode": "sample string 25",
      "IsIdCardDomestic": true,
      "IdCardTownCode": "sample string 27",
      "IdCardCountryCode": "sample string 28"
    }
  ],
  "Client": {
    "Id": 56985,
    "RowVersion": "QEA=",
    "Name": "John",
    "Surname": "Doe",
    "VatId": "6458762234",
    "Code": "CD1234",
    "DateOfBirth": "2026-05-15T11:07:29.6071671+02:00",
    "Gender": "female",
    "Street": "Winter Street 24",
    "PostalCode": "10003",
    "TownName": "New York",
    "CountryCode": "US",
    "Email": "john.doe@sampledomain.com",
    "Phone": "+385 92 1234567",
    "DriversLicenseNumber": "5036489",
    "DriversLicenseIssuedIn": "New York",
    "DriversLicenseIssueDate": "2017-04-10T00:00:00",
    "DriversLicenseValidUntil": "2017-04-10T00:00:00",
    "DriversLicenseValidUnlimited": true,
    "DriversLicenseImageBase64Front": "sample string 1",
    "DriversLicenseImageBase64Back": "sample string 2",
    "PassportNumber": "45896652",
    "PassportIssuedIn": "New York",
    "PassportIssueDate": "2017-04-10T00:00:00",
    "PassportValidUntil": "2017-04-10T00:00:00",
    "PassportValidUnlimited": true,
    "PassportImageBase64Front": "sample string 3",
    "PassportImageBase64Back": "sample string 4",
    "IdentityCardNumber": "45896652",
    "IdentityCardIssuedIn": "New York",
    "IdentityCardIssueDate": "2017-04-10T00:00:00",
    "IdentityCardValidUntil": "2017-04-10T00:00:00",
    "IdentityCardValidUnlimited": true,
    "IdentificationCardImageBase64Front": "sample string 5",
    "IdentificationCardImageBase64Back": "sample string 6",
    "IsCompany": true,
    "NationalityCode": "US",
    "Email2": "john.doe@sampledomain.com",
    "RecipientCode": "sample string 7",
    "ProvinceCode": "sample string 8",
    "IsDriverLicenceDomestic": true,
    "DriverLicenceTownCode": "sample string 10",
    "DriverLicenceCountryCode": "sample string 11",
    "IsPassportDomestic": true,
    "PassportTownCode": "sample string 13",
    "PassportCountryCode": "sample string 14",
    "IsIdCardDomestic": true,
    "IdCardTownCode": "sample string 16",
    "IdCardCountryCode": "sample string 17"
  },
  "Services": [
    {
      "ServiceId": 1,
      "ServiceGroupId": 1,
      "ServiceGroupName": "Equipment",
      "ServiceTypeId": 1,
      "ServiceTypeName": "One way fee",
      "Name": "Some service",
      "ServiceCode": "YDF",
      "Description": "Some service description",
      "DescriptionWeb": "Some service description",
      "IsRent": true,
      "IsSelected": true,
      "Quantity": 2,
      "IsMandatory": true,
      "IsQuantityEditable": true,
      "MaximumQuantity": 4,
      "PayOnArrival": true,
      "InsuranceFranchiseAmount": 1.0,
      "InsuranceFranchiseAmountNet": 1.0,
      "FranchiseTheftAmount": 1.0,
      "FranchiseTheftAmountNet": 1.0,
      "InsuranceDepositAmount": 1.0,
      "InsuranceDepositAmountNet": 1.0,
      "DiscountPercentage": 1.0,
      "DiscountAmount": 1.0,
      "IsDiscountPercentage": true,
      "ServicePrice": {
        "FreeOfCharge": true,
        "IncludedInPriceUnlimited": true,
        "IncludedInPriceLimited": true,
        "QuantityIncluded": 0,
        "IncludedPerDurationMeasuringUnit": true,
        "IncludedPerContract": true,
        "IsOneTimePayment": true,
        "IsMainRent": true,
        "Currency": "EUR",
        "CurrencyId": 8,
        "MaxDurationMeasuringUnitForPayment": 1,
        "DurationMeasuringUnitId": 9,
        "Amount": 1.0,
        "AmountTotal": 1.0,
        "VatTotal": 1.0
      }
    },
    {
      "ServiceId": 1,
      "ServiceGroupId": 1,
      "ServiceGroupName": "Equipment",
      "ServiceTypeId": 1,
      "ServiceTypeName": "One way fee",
      "Name": "Some service",
      "ServiceCode": "YDF",
      "Description": "Some service description",
      "DescriptionWeb": "Some service description",
      "IsRent": true,
      "IsSelected": true,
      "Quantity": 2,
      "IsMandatory": true,
      "IsQuantityEditable": true,
      "MaximumQuantity": 4,
      "PayOnArrival": true,
      "InsuranceFranchiseAmount": 1.0,
      "InsuranceFranchiseAmountNet": 1.0,
      "FranchiseTheftAmount": 1.0,
      "FranchiseTheftAmountNet": 1.0,
      "InsuranceDepositAmount": 1.0,
      "InsuranceDepositAmountNet": 1.0,
      "DiscountPercentage": 1.0,
      "DiscountAmount": 1.0,
      "IsDiscountPercentage": true,
      "ServicePrice": {
        "FreeOfCharge": true,
        "IncludedInPriceUnlimited": true,
        "IncludedInPriceLimited": true,
        "QuantityIncluded": 0,
        "IncludedPerDurationMeasuringUnit": true,
        "IncludedPerContract": true,
        "IsOneTimePayment": true,
        "IsMainRent": true,
        "Currency": "EUR",
        "CurrencyId": 8,
        "MaxDurationMeasuringUnitForPayment": 1,
        "DurationMeasuringUnitId": 9,
        "Amount": 1.0,
        "AmountTotal": 1.0,
        "VatTotal": 1.0
      }
    }
  ],
  "DropOffLocation": {
    "Id": 1,
    "Name": "Ljubljana Airport",
    "Code": "LJ",
    "CountryCode": "SI",
    "PostalCode": "10000",
    "Town": "Ljubljana",
    "Address": "Dunajska cesta",
    "AddressHouseNumber": "269",
    "Tel": "+385 1 6111113",
    "Fax": "+385 1 6111114",
    "Email": "somelocation@somecompany.com",
    "Latitude": -34.397255,
    "Longitude": 150.644823,
    "Remark": "Some remark",
    "DropOffInstructions": "Near the...",
    "IsShuttle": true
  },
  "Remark": "Some arbitrary remarks",
  "IntegrationRemark": "Some arbitrary remarks",
  "ExternalUserId": "12345",
  "DaysForPayment": 1,
  "HoursForPayment": 1,
  "PartnerWebCode": "sample string 7",
  "YoungDriverAgeFrom": 18,
  "YoungDriverAgeTo": 22,
  "SeniorDriverAgeFrom": 70,
  "SeniorDriverAgeTo": 99,
  "MinimumDriverAge": 1,
  "MaximumDriverAge": 1,
  "OnlineCheckinUrl": "sample string 8",
  "Id": 56985,
  "RowVersion": "QEA=",
  "Number": "2016-ZS-4568",
  "BookingTypeId": 9,
  "IsCancelled": true,
  "IsProcessed": true,
  "IsOnRequest": true,
  "CancellationDate": "2026-05-15T11:07:29.6071671+02:00",
  "BookAsCommissioner": true,
  "Currency": "EUR",
  "CarCategoryId": 1,
  "ClientName": "John Doe",
  "ClientEmail": "john.doe@sampledomain.com",
  "ClientPhone": "+385 92 1234567",
  "DateOut": "2026-05-15T11:07:29.6071671+02:00",
  "DateIn": "2026-05-15T11:07:29.6071671+02:00",
  "Total": 14.0,
  "VoucherNumber": "HR 4887491-1",
  "FlightNumber": "AAL293",
  "OfficeOutId": 1,
  "OfficeInId": 1,
  "CarCategorySIPP": "CCMR",
  "OfficeOutCode": "012",
  "OfficeOutName": "ZAGREB AIRPORT",
  "OfficeInCode": "012",
  "OfficeInName": "ZAGREB AIRPORT",
  "InitialBookingDate": "2026-05-15T11:07:29.6071671+02:00",
  "UserOpenName": "John Doe",
  "ModificationTime": "2026-05-15T11:07:29.6071671+02:00",
  "UserModifiedName": "John Doe",
  "PricelistId": 1,
  "PricelistCode": "EU 2016",
  "HasDelivery": true,
  "DeliveryLocation": "Hotel A, Zagreb",
  "HasCollection": true,
  "CollectionLocation": "Hotel B, Zagreb",
  "MeetAndGreetLocationOutId": 1,
  "MeetAndGreetLocationInId": 1,
  "MeetAndGreetLocationOutName": "sample string 17",
  "MeetAndGreetLocationInName": "sample string 18",
  "DropOffLocationId": 1,
  "PriceDate": "2018-03-22T07:30:00",
  "PromoCode": "sample string 19",
  "OrderReference": "XY123456789",
  "TrackingId": "987654TRCKNGID",
  "KeyboxInCode": "sample string 20",
  "KeyboxOutCode": "sample string 21"
}