POST api/MonthlySubscription/GetReservationForBooking?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

Body Parameters

RentalIn
NameDescriptionTypeAdditional information
RentalDays

integer

None.

RentalType

RentalType

None.

VehicleModelID

globally unique identifier

None.

SubscriptionMonth

integer

None.

ModelYear

integer

None.

SubscriptionKm

integer

None.

RentalTariffID

globally unique identifier

None.

RentalTariffName

string

None.

CheckOutOn

date

None.

CheckInOn

date

None.

CheckOutBranchID

globally unique identifier

None.

CheckInBranchID

globally unique identifier

None.

DeliveryDetails

DeliveryPickupDetail

None.

PickupDetails

DeliveryPickupDetail

None.

DebtorID

globally unique identifier

None.

RentalDiscountOffered

decimal number

None.

AdditionalDrivers

integer

None.

IsPAISelected

boolean

None.

IsCDWSelected

boolean

None.

IsSCDWSelected

boolean

None.

AncillaryIn

Collection of AncillaryIn

None.

RemovedLedgerID

globally unique identifier

None.

PromoCode

string

None.

SpecialOfferID

globally unique identifier

None.

SpecialOfferName

string

None.

CheckOutKm

integer

None.

CheckInKm

integer

None.

CheckInFuel

integer

None.

CheckOutFuel

integer

None.

VehicleID

globally unique identifier

None.

AllowedKm

integer

None.

AllowedKmPerRental

integer

None.

TransactionID

globally unique identifier

None.

TransactionType

TransactionType

None.

RentalRate

decimal number

None.

ModelWiseChargeID

globally unique identifier

None.

VehicleVariantID

globally unique identifier

None.

CancelledOn

date

None.

DayUnitID

integer

None.

PaymentStatus

PaymentStatus

None.

UpgradeTariffGroupID

globally unique identifier

None.

UpgradeModelID

globally unique identifier

None.

UpgradeType

UpgradeType

None.

ModifiedReservationID

globally unique identifier

None.

ContactID

globally unique identifier

None.

IsMonthlyBooking

boolean

None.

IPLocation

IPLocation

None.

Request Formats

application/json, text/json

Sample:
{
  "RentalDays": 1,
  "RentalType": 0,
  "VehicleModelID": "f59fe902-8c74-4153-85f6-2292bbee7454",
  "SubscriptionMonth": 3,
  "ModelYear": 4,
  "SubscriptionKm": 5,
  "RentalTariffID": "dca70524-108a-474f-b6fd-21db97e928d9",
  "RentalTariffName": "sample string 7",
  "CheckOutOn": "2023-12-10T15:34:04.1085197+04:00",
  "CheckInOn": "2023-12-10T15:34:04.1085197+04:00",
  "CheckOutBranchID": "2d8d9a35-9257-413d-967c-7376b62f93b5",
  "CheckInBranchID": "7578381a-390f-4cb0-b3da-104d47421ca8",
  "DeliveryDetails": {
    "Address": "sample string 4",
    "AddressJson": "sample string 5",
    "StateName": "sample string 8"
  },
  "PickupDetails": {
    "Address": "sample string 4",
    "AddressJson": "sample string 5",
    "StateName": "sample string 8"
  },
  "DebtorID": "2e849b0d-4023-43a2-95ef-103c44dcf479",
  "RentalDiscountOffered": 14.1,
  "AdditionalDrivers": 15,
  "IsPAISelected": true,
  "IsCDWSelected": true,
  "IsSCDWSelected": true,
  "AncillaryIn": [
    {
      "AncillaryID": "5a4f0b43-11d9-4b71-8745-1e0a036afedf",
      "Qty": 2,
      "AncillaryItemIDs": [
        "6f8d25cb-e0d7-4a19-97a8-2a64c9614a7c",
        "ca3e487d-efba-4036-b088-90577526a0e8"
      ]
    },
    {
      "AncillaryID": "5a4f0b43-11d9-4b71-8745-1e0a036afedf",
      "Qty": 2,
      "AncillaryItemIDs": [
        "6f8d25cb-e0d7-4a19-97a8-2a64c9614a7c",
        "ca3e487d-efba-4036-b088-90577526a0e8"
      ]
    }
  ],
  "RemovedLedgerID": "582d3530-2793-4392-85d4-d2a9bc5f8ab3",
  "PromoCode": "sample string 20",
  "SpecialOfferID": "25cba6f2-0d86-46ce-bb5c-950aaada392d",
  "SpecialOfferName": "sample string 22",
  "CheckOutKm": 23,
  "CheckInKm": 24,
  "CheckInFuel": 25,
  "CheckOutFuel": 26,
  "VehicleID": "549c15f4-16ff-49d4-bb05-5c07b2d0f0b2",
  "AllowedKm": 28,
  "AllowedKmPerRental": 29,
  "TransactionID": "68ce7ccb-571a-413b-b514-fa2824f7eb96",
  "TransactionType": 0,
  "RentalRate": 31.1,
  "ModelWiseChargeID": "e1c53aec-bde3-4682-b38a-4ebd4f5f37df",
  "VehicleVariantID": "9958b00d-78a0-450e-9be7-dd8b39b778d2",
  "CancelledOn": "2023-12-10T15:34:04.1085197+04:00",
  "DayUnitID": 35,
  "PaymentStatus": 0,
  "UpgradeTariffGroupID": "34ee648e-04f5-4d4f-8cad-38b23d346058",
  "UpgradeModelID": "b3a526cc-cd20-4ed8-be14-cf581e171f8e",
  "UpgradeType": 0,
  "ModifiedReservationID": "910970ec-a8f9-4fc6-972d-9a291aa79fe9",
  "ContactID": "c4bf7618-03ae-421c-86be-b598c92c28c3",
  "IsMonthlyBooking": true,
  "IPLocation": {
    "IPAddress": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<RentalIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Rental">
  <AdditionalDrivers>15</AdditionalDrivers>
  <AllowedKm>28</AllowedKm>
  <AllowedKmPerRental>29</AllowedKmPerRental>
  <AncillaryIn>
    <AncillaryIn>
      <AncillaryID>5a4f0b43-11d9-4b71-8745-1e0a036afedf</AncillaryID>
      <AncillaryItemIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:guid>6f8d25cb-e0d7-4a19-97a8-2a64c9614a7c</d4p1:guid>
        <d4p1:guid>ca3e487d-efba-4036-b088-90577526a0e8</d4p1:guid>
      </AncillaryItemIDs>
      <Qty>2</Qty>
    </AncillaryIn>
    <AncillaryIn>
      <AncillaryID>5a4f0b43-11d9-4b71-8745-1e0a036afedf</AncillaryID>
      <AncillaryItemIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:guid>6f8d25cb-e0d7-4a19-97a8-2a64c9614a7c</d4p1:guid>
        <d4p1:guid>ca3e487d-efba-4036-b088-90577526a0e8</d4p1:guid>
      </AncillaryItemIDs>
      <Qty>2</Qty>
    </AncillaryIn>
  </AncillaryIn>
  <CancelledOn>2023-12-10T15:34:04.1085197+04:00</CancelledOn>
  <CheckInBranchID>7578381a-390f-4cb0-b3da-104d47421ca8</CheckInBranchID>
  <CheckInFuel>25</CheckInFuel>
  <CheckInKm>24</CheckInKm>
  <CheckInOn>2023-12-10T15:34:04.1085197+04:00</CheckInOn>
  <CheckOutBranchID>2d8d9a35-9257-413d-967c-7376b62f93b5</CheckOutBranchID>
  <CheckOutFuel>26</CheckOutFuel>
  <CheckOutKm>23</CheckOutKm>
  <CheckOutOn>2023-12-10T15:34:04.1085197+04:00</CheckOutOn>
  <ContactID>c4bf7618-03ae-421c-86be-b598c92c28c3</ContactID>
  <DayUnitID>35</DayUnitID>
  <DebtorID>2e849b0d-4023-43a2-95ef-103c44dcf479</DebtorID>
  <DeliveryDetails>
    <Address>sample string 4</Address>
    <AddressJson>sample string 5</AddressJson>
    <StateName>sample string 8</StateName>
  </DeliveryDetails>
  <IPLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Booking">
    <d2p1:IPAddress>sample string 2</d2p1:IPAddress>
  </IPLocation>
  <IsCDWSelected>true</IsCDWSelected>
  <IsMonthlyBooking>true</IsMonthlyBooking>
  <IsPAISelected>true</IsPAISelected>
  <IsSCDWSelected>true</IsSCDWSelected>
  <ModelWiseChargeID>e1c53aec-bde3-4682-b38a-4ebd4f5f37df</ModelWiseChargeID>
  <ModelYear>4</ModelYear>
  <ModifiedReservationID>910970ec-a8f9-4fc6-972d-9a291aa79fe9</ModifiedReservationID>
  <PaymentStatus>PayAtCounter</PaymentStatus>
  <PickupDetails>
    <Address>sample string 4</Address>
    <AddressJson>sample string 5</AddressJson>
    <StateName>sample string 8</StateName>
  </PickupDetails>
  <PromoCode>sample string 20</PromoCode>
  <RemovedLedgerID>582d3530-2793-4392-85d4-d2a9bc5f8ab3</RemovedLedgerID>
  <RentalDays>1</RentalDays>
  <RentalDiscountOffered>14.1</RentalDiscountOffered>
  <RentalRate>31.1</RentalRate>
  <RentalTariffID>dca70524-108a-474f-b6fd-21db97e928d9</RentalTariffID>
  <RentalTariffName>sample string 7</RentalTariffName>
  <RentalType>Daily</RentalType>
  <SpecialOfferID>25cba6f2-0d86-46ce-bb5c-950aaada392d</SpecialOfferID>
  <SpecialOfferName>sample string 22</SpecialOfferName>
  <SubscriptionKm>5</SubscriptionKm>
  <SubscriptionMonth>3</SubscriptionMonth>
  <TransactionID>68ce7ccb-571a-413b-b514-fa2824f7eb96</TransactionID>
  <TransactionType>None</TransactionType>
  <UpgradeModelID>b3a526cc-cd20-4ed8-be14-cf581e171f8e</UpgradeModelID>
  <UpgradeTariffGroupID>34ee648e-04f5-4d4f-8cad-38b23d346058</UpgradeTariffGroupID>
  <UpgradeType>None</UpgradeType>
  <VehicleID>549c15f4-16ff-49d4-bb05-5c07b2d0f0b2</VehicleID>
  <VehicleModelID>f59fe902-8c74-4153-85f6-2292bbee7454</VehicleModelID>
  <VehicleVariantID>9958b00d-78a0-450e-9be7-dd8b39b778d2</VehicleVariantID>
</RentalIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RentalReservationDetail
NameDescriptionTypeAdditional information
VehicleModel

VehicleModel

None.

InDetail

InOutDetail

None.

OutDetail

InOutDetail

None.

Driver

Renter

None.

Identity

Identity

None.

ContactInfo

ContactInfo

None.

RentalIn

RentalIn

None.

RentalRateDetail

Collection of RateDetail

None.

ModifyRateDetail

Collection of RateDetail

None.

UpgradeText

string

None.

InsuranceText

string

None.

ReservationStatus

ReservationStatus

None.

Remark

string

None.

Renter

Renter

None.

TotalAmount

decimal number

None.

TotalTax

decimal number

None.

SubTotal

decimal number

None.

RentalType

RentalType

None.

CustomerFeedback

Feedback

None.

AirlinesName

string

None.

PaynowDiscount

decimal number

None.

OnlinePaymentDetail

OnlinePaymentDetail

None.

BookingSource

BookingSource

None.

BookingIncluded

Collection of BookingIncluded

None.

ModificationCharge

ModificationCharge

None.

CancellationCharge

CancellationCharge

None.

IsAllowCancellation

boolean

None.

IsAllowModification

boolean

None.

IPLocation

IPLocation

None.

Response Formats

application/json, text/json

Sample:
{
  "VehicleModel": {
    "VehicleModelID": "de162238-f9af-48a1-92cc-5ed6cbe377cc",
    "Name": "sample string 2",
    "Code": "sample string 3",
    "Description": "sample string 4",
    "TariffGroup": {
      "TariffGroupID": "183bcb22-2d06-441c-a291-008b5059b1c9",
      "Name": "sample string 2",
      "IsOnFreeSale": true
    },
    "VehicleClassification": {
      "VehicleClassificationID": "ae7ade74-c2c6-43c8-9eea-309a6baaefbe",
      "Name": "sample string 2",
      "Description": "sample string 3",
      "SequenceNo": 4,
      "Attachment": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      },
      "Icon": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      },
      "ShortDetails": "sample string 5"
    },
    "Passengers": "sample string 8",
    "Luggages": "sample string 9",
    "Doors": "sample string 10",
    "AutoTransmission": true,
    "Airbag": true,
    "ABS": true,
    "AC": true,
    "CruseControl": true,
    "Engine": "sample string 17",
    "VehicleMake": {
      "VehicleMakeID": "d1bfde74-5f6f-4f61-8209-46f928ce12b8",
      "Name": "sample string 2"
    },
    "Features": [
      {
        "Name": "sample string 3",
        "Value": "sample string 4"
      },
      {
        "Name": "sample string 3",
        "Value": "sample string 4"
      }
    ],
    "IsSoldOut": true,
    "IsCallToBook": true,
    "IsBestSeller": true,
    "VehicleImages": {
      "FrontImageAttachment": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      },
      "BackImageAttachment": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      },
      "LeftImageAttachment": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      },
      "RightImageAttachment": {
        "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      }
    },
    "SuggestedUpgradeModelIDs": [
      "22ea2962-1f39-4c79-a568-852ffade1174",
      "b2371b68-5cb4-4e47-b534-cd7127871be4"
    ],
    "FavouriteNote": "sample string 26",
    "IsRestrictBooking": true,
    "PaymentMode": 0,
    "ModelYear": "sample string 28"
  },
  "InDetail": {
    "Timestamp": "2023-12-10T15:34:04.1085197+04:00",
    "BranchID": "c3f06689-8d01-484e-9f23-cabcc0aaa4a5",
    "Name": "sample string 5",
    "BranchDescription": "sample string 6",
    "BranchMessage": "sample string 7",
    "Address": "sample string 8",
    "StateName": "sample string 9",
    "DeliveryPickupAddress": "sample string 10",
    "DeliveryPickupStateName": "sample string 11",
    "ContactNo": "sample string 12",
    "Email": "sample string 13",
    "Attachment": {
      "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    }
  },
  "OutDetail": {
    "Timestamp": "2023-12-10T15:34:04.1085197+04:00",
    "BranchID": "c3f06689-8d01-484e-9f23-cabcc0aaa4a5",
    "Name": "sample string 5",
    "BranchDescription": "sample string 6",
    "BranchMessage": "sample string 7",
    "Address": "sample string 8",
    "StateName": "sample string 9",
    "DeliveryPickupAddress": "sample string 10",
    "DeliveryPickupStateName": "sample string 11",
    "ContactNo": "sample string 12",
    "Email": "sample string 13",
    "Attachment": {
      "AttachmentID": "6073fd2a-35dd-4eb2-b812-e7a14fbcd435",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    }
  },
  "Driver": {
    "Identity": {
      "Id": "2b55f1f4-1925-470b-b53b-40605b83698c",
      "Code": "sample string 2"
    },
    "TitleType": 0,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "ContactNo": "sample string 4",
    "EmailId": "sample string 5",
    "BirthDate": "2023-12-10T15:34:04.1085197+04:00",
    "Address": "sample string 7",
    "CountryState": {
      "StateCode": "sample string 2",
      "StateName": "sample string 3",
      "CountryCode": "sample string 4",
      "CountryName": "sample string 5",
      "NationalityCode": "sample string 6",
      "NationalityName": "sample string 7"
    },
    "DrivingLicense": {
      "LicenseNo": "sample string 1",
      "IssuedBy": "sample string 2",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00"
    },
    "Passport": {
      "PassportNo": "sample string 1",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00",
      "IssuedCountryCode": "sample string 5",
      "IssuedCountryName": "sample string 6"
    },
    "Balance": 9.0,
    "CreditCardDetail": [
      {
        "CreditCardType": "sample string 3",
        "CreditCardNo": "sample string 4",
        "ExpiryOn": "2023-12-10T15:34:04.1085197+04:00",
        "IssuedByBank": "sample string 7"
      },
      {
        "CreditCardType": "sample string 3",
        "CreditCardNo": "sample string 4",
        "ExpiryOn": "2023-12-10T15:34:04.1085197+04:00",
        "IssuedByBank": "sample string 7"
      }
    ],
    "AdditionalDocument": {
      "DocumentNo": "sample string 1",
      "IssuedBy": "sample string 2",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00"
    }
  },
  "Identity": {
    "Id": "2b55f1f4-1925-470b-b53b-40605b83698c",
    "Code": "sample string 2"
  },
  "ContactInfo": {
    "CustomerType": 0,
    "TitleType": 0,
    "Name": "sample string 1",
    "Address": "sample string 2",
    "Email": "sample string 3",
    "ContactNo": "sample string 4",
    "CountryState": {
      "StateCode": "sample string 2",
      "StateName": "sample string 3",
      "CountryCode": "sample string 4",
      "CountryName": "sample string 5",
      "NationalityCode": "sample string 6",
      "NationalityName": "sample string 7"
    },
    "Id": "020fa608-0eed-4374-a7d0-b3663775ea7f",
    "Code": "sample string 9"
  },
  "RentalIn": {
    "RentalDays": 1,
    "RentalType": 0,
    "VehicleModelID": "e512da44-eed6-4d29-8835-ca483510773b",
    "SubscriptionMonth": 3,
    "ModelYear": 4,
    "SubscriptionKm": 5,
    "RentalTariffID": "ddeb7212-70a6-4cfc-8c83-b4103d4f47f3",
    "RentalTariffName": "sample string 7",
    "CheckOutOn": "2023-12-10T15:34:04.1085197+04:00",
    "CheckInOn": "2023-12-10T15:34:04.1085197+04:00",
    "CheckOutBranchID": "229f2296-fd5d-4476-87d0-ba4ea6dbee46",
    "CheckInBranchID": "5054e6c9-14fd-45bc-be30-d15a055d9e10",
    "DeliveryDetails": {
      "Address": "sample string 4",
      "AddressJson": "sample string 5",
      "StateName": "sample string 8"
    },
    "PickupDetails": {
      "Address": "sample string 4",
      "AddressJson": "sample string 5",
      "StateName": "sample string 8"
    },
    "DebtorID": "4dd07c33-6dbb-4f43-ba68-587ffa90e4e1",
    "RentalDiscountOffered": 14.1,
    "AdditionalDrivers": 15,
    "IsPAISelected": true,
    "IsCDWSelected": true,
    "IsSCDWSelected": true,
    "AncillaryIn": [
      {
        "AncillaryID": "8ae4f4fb-8d35-4db9-96f8-836e6caa949f",
        "Qty": 2,
        "AncillaryItemIDs": [
          "219c4842-f2c4-4ec7-ada7-d0e346413489",
          "e03b62ed-a522-4f5e-9422-f02fc9f303f9"
        ]
      },
      {
        "AncillaryID": "8ae4f4fb-8d35-4db9-96f8-836e6caa949f",
        "Qty": 2,
        "AncillaryItemIDs": [
          "219c4842-f2c4-4ec7-ada7-d0e346413489",
          "e03b62ed-a522-4f5e-9422-f02fc9f303f9"
        ]
      }
    ],
    "RemovedLedgerID": "65fba1cb-e4c3-4e6d-b29d-9fac84fcb250",
    "PromoCode": "sample string 20",
    "SpecialOfferID": "e1e8e580-6f19-4077-9b5b-b40a2b56bf58",
    "SpecialOfferName": "sample string 22",
    "CheckOutKm": 23,
    "CheckInKm": 24,
    "CheckInFuel": 25,
    "CheckOutFuel": 26,
    "VehicleID": "56c50e23-0ab7-422e-8c3a-1bd49d9c17fe",
    "AllowedKm": 28,
    "AllowedKmPerRental": 29,
    "TransactionID": "392bebec-a3a4-4836-aea1-2d7b2dd76c2b",
    "TransactionType": 0,
    "RentalRate": 31.1,
    "ModelWiseChargeID": "3564febe-7041-43fe-95a2-28ec4148b9b6",
    "VehicleVariantID": "9d7adc83-3c36-471b-ba50-0a0e4e2d85a9",
    "CancelledOn": "2023-12-10T15:34:04.1085197+04:00",
    "DayUnitID": 35,
    "PaymentStatus": 0,
    "UpgradeTariffGroupID": "7ee73c71-71c6-48c0-bbfc-f4bde1a311e8",
    "UpgradeModelID": "4ce0bdec-21db-4b9f-a036-319c4bddba77",
    "UpgradeType": 0,
    "ModifiedReservationID": "ba7d3128-9e57-4dee-ae97-cb8028bd067a",
    "ContactID": "a14dfdf2-b66a-47ae-be34-e160927ee6be",
    "IsMonthlyBooking": true,
    "IPLocation": {
      "IPAddress": "sample string 2"
    }
  },
  "RentalRateDetail": [
    {
      "RentalRateDetailID": "ee426ce3-76fa-479d-839e-f3c51a472a89",
      "ItemID": "90fde10c-5eb8-4179-b59e-fc3062c55390",
      "Item": "sample string 3",
      "Description": "sample string 4",
      "Days": 5,
      "Qty": 6,
      "Rate": 7.1,
      "DiscRate": 8.1,
      "TaxAmt": 9.1,
      "FreeDays": 10,
      "SequenceNo": 11,
      "RateChargeType": 0,
      "RateOffered": 12.1,
      "OnlinePayDiscPer": 13.1,
      "DiscTotal": -30.0,
      "SubTotal": 243.0,
      "TotalWithOutDisc": 222.1,
      "TotalAmt": 252.1,
      "CanBeDeleted": true
    },
    {
      "RentalRateDetailID": "ee426ce3-76fa-479d-839e-f3c51a472a89",
      "ItemID": "90fde10c-5eb8-4179-b59e-fc3062c55390",
      "Item": "sample string 3",
      "Description": "sample string 4",
      "Days": 5,
      "Qty": 6,
      "Rate": 7.1,
      "DiscRate": 8.1,
      "TaxAmt": 9.1,
      "FreeDays": 10,
      "SequenceNo": 11,
      "RateChargeType": 0,
      "RateOffered": 12.1,
      "OnlinePayDiscPer": 13.1,
      "DiscTotal": -30.0,
      "SubTotal": 243.0,
      "TotalWithOutDisc": 222.1,
      "TotalAmt": 252.1,
      "CanBeDeleted": true
    }
  ],
  "ModifyRateDetail": [
    {
      "RentalRateDetailID": "ee426ce3-76fa-479d-839e-f3c51a472a89",
      "ItemID": "90fde10c-5eb8-4179-b59e-fc3062c55390",
      "Item": "sample string 3",
      "Description": "sample string 4",
      "Days": 5,
      "Qty": 6,
      "Rate": 7.1,
      "DiscRate": 8.1,
      "TaxAmt": 9.1,
      "FreeDays": 10,
      "SequenceNo": 11,
      "RateChargeType": 0,
      "RateOffered": 12.1,
      "OnlinePayDiscPer": 13.1,
      "DiscTotal": -30.0,
      "SubTotal": 243.0,
      "TotalWithOutDisc": 222.1,
      "TotalAmt": 252.1,
      "CanBeDeleted": true
    },
    {
      "RentalRateDetailID": "ee426ce3-76fa-479d-839e-f3c51a472a89",
      "ItemID": "90fde10c-5eb8-4179-b59e-fc3062c55390",
      "Item": "sample string 3",
      "Description": "sample string 4",
      "Days": 5,
      "Qty": 6,
      "Rate": 7.1,
      "DiscRate": 8.1,
      "TaxAmt": 9.1,
      "FreeDays": 10,
      "SequenceNo": 11,
      "RateChargeType": 0,
      "RateOffered": 12.1,
      "OnlinePayDiscPer": 13.1,
      "DiscTotal": -30.0,
      "SubTotal": 243.0,
      "TotalWithOutDisc": 222.1,
      "TotalAmt": 252.1,
      "CanBeDeleted": true
    }
  ],
  "UpgradeText": "sample string 7",
  "InsuranceText": "sample string 8",
  "ReservationStatus": 0,
  "Remark": "sample string 9",
  "Renter": {
    "Identity": {
      "Id": "2b55f1f4-1925-470b-b53b-40605b83698c",
      "Code": "sample string 2"
    },
    "TitleType": 0,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "ContactNo": "sample string 4",
    "EmailId": "sample string 5",
    "BirthDate": "2023-12-10T15:34:04.1085197+04:00",
    "Address": "sample string 7",
    "CountryState": {
      "StateCode": "sample string 2",
      "StateName": "sample string 3",
      "CountryCode": "sample string 4",
      "CountryName": "sample string 5",
      "NationalityCode": "sample string 6",
      "NationalityName": "sample string 7"
    },
    "DrivingLicense": {
      "LicenseNo": "sample string 1",
      "IssuedBy": "sample string 2",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00"
    },
    "Passport": {
      "PassportNo": "sample string 1",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00",
      "IssuedCountryCode": "sample string 5",
      "IssuedCountryName": "sample string 6"
    },
    "Balance": 9.0,
    "CreditCardDetail": [
      {
        "CreditCardType": "sample string 3",
        "CreditCardNo": "sample string 4",
        "ExpiryOn": "2023-12-10T15:34:04.1085197+04:00",
        "IssuedByBank": "sample string 7"
      },
      {
        "CreditCardType": "sample string 3",
        "CreditCardNo": "sample string 4",
        "ExpiryOn": "2023-12-10T15:34:04.1085197+04:00",
        "IssuedByBank": "sample string 7"
      }
    ],
    "AdditionalDocument": {
      "DocumentNo": "sample string 1",
      "IssuedBy": "sample string 2",
      "IssuedOn": "2023-12-10T15:34:04.1085197+04:00",
      "ExpiresOn": "2023-12-10T15:34:04.1085197+04:00"
    }
  },
  "TotalAmount": 12.1,
  "TotalTax": 13.1,
  "SubTotal": -1.0,
  "RentalType": 0,
  "CustomerFeedback": {
    "TransactionID": "4052a357-0d81-431c-ae7f-2114692ae14f",
    "TransactionType": 0,
    "TransactionNo": "sample string 3",
    "Rating": 6,
    "Remark": "sample string 7",
    "FeatureType": [
      1,
      2
    ]
  },
  "AirlinesName": "sample string 16",
  "PaynowDiscount": 18.1,
  "OnlinePaymentDetail": {
    "OrderRefNo": "sample string 3",
    "OnlinePayRefNo": "sample string 5",
    "OnlinePayStatus": 0,
    "PaymentMessage": "sample string 7"
  },
  "BookingSource": 0,
  "BookingIncluded": [
    {
      "BookingIncludedID": "c1351b17-dc2c-4e8e-80b1-bd87eefaeaef",
      "BookingIncludedType": 0,
      "ShortText": "sample string 2",
      "LongText": "sample string 3",
      "TempCRUD": {
        "TempId": 1,
        "IsNew": true,
        "IsDeleted": true,
        "IsUpdated": true,
        "IsActive": true
      }
    },
    {
      "BookingIncludedID": "c1351b17-dc2c-4e8e-80b1-bd87eefaeaef",
      "BookingIncludedType": 0,
      "ShortText": "sample string 2",
      "LongText": "sample string 3",
      "TempCRUD": {
        "TempId": 1,
        "IsNew": true,
        "IsDeleted": true,
        "IsUpdated": true,
        "IsActive": true
      }
    }
  ],
  "ModificationCharge": {
    "AmountPaid": 1.1,
    "AmountToRefund": 2.1,
    "AmountToPay": 3.1
  },
  "CancellationCharge": {
    "AmountCancellationCharge": 1.1,
    "AmountToRefund": 2.1,
    "AmountToPay": 3.1,
    "AmountPaid": 4.1
  },
  "IsAllowCancellation": true,
  "IsAllowModification": true,
  "IPLocation": {
    "IPAddress": "sample string 2"
  }
}