POST api/Reservations/GetReservationForBooking?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
RentalInName | Description | Type | Additional 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": "ac99cd1e-ec54-4f35-8298-8f1b35013652", "SubscriptionMonth": 3, "ModelYear": 4, "SubscriptionKm": 5, "RentalTariffID": "9f22679b-80db-423d-8a5f-5f877a299591", "RentalTariffName": "sample string 7", "CheckOutOn": "2023-12-08T19:47:06.1223195+04:00", "CheckInOn": "2023-12-08T19:47:06.1223195+04:00", "CheckOutBranchID": "13c910d5-10fc-4f0b-973a-2833a5d9fc94", "CheckInBranchID": "377a6590-481e-44dc-80ac-c47f9c37682b", "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": "c36a5903-296f-4331-bd14-88766b254319", "RentalDiscountOffered": 14.1, "AdditionalDrivers": 15, "IsPAISelected": true, "IsCDWSelected": true, "IsSCDWSelected": true, "AncillaryIn": [ { "AncillaryID": "0fe41f13-08c1-43d2-add1-775b170c0fa2", "Qty": 2, "AncillaryItemIDs": [ "41285bb9-0d84-4c3c-b10f-606eccfc7236", "2d1d7848-900d-4999-b8a7-93f803e7ad74" ] }, { "AncillaryID": "0fe41f13-08c1-43d2-add1-775b170c0fa2", "Qty": 2, "AncillaryItemIDs": [ "41285bb9-0d84-4c3c-b10f-606eccfc7236", "2d1d7848-900d-4999-b8a7-93f803e7ad74" ] } ], "RemovedLedgerID": "7f8ecc91-90db-4b5f-be4b-d8ab0f000bc1", "PromoCode": "sample string 20", "SpecialOfferID": "d9989543-7781-4e9f-9a22-75fa548409b5", "SpecialOfferName": "sample string 22", "CheckOutKm": 23, "CheckInKm": 24, "CheckInFuel": 25, "CheckOutFuel": 26, "VehicleID": "56c49d0f-01b3-42d7-bf80-66bebb422e48", "AllowedKm": 28, "AllowedKmPerRental": 29, "TransactionID": "fd6ee762-f238-488e-b874-5744cae1ece3", "TransactionType": 0, "RentalRate": 31.1, "ModelWiseChargeID": "ee73622a-3783-4f86-9511-77c5d74430d0", "VehicleVariantID": "4a3ead71-581c-42d6-aafe-b4155eb63797", "CancelledOn": "2023-12-08T19:47:06.1223195+04:00", "DayUnitID": 35, "PaymentStatus": 0, "UpgradeTariffGroupID": "43b7494b-734c-42d1-ae70-a7e2132bdaf2", "UpgradeModelID": "d23a3c19-bb5f-490a-a387-e94af4382037", "UpgradeType": 0, "ModifiedReservationID": "a48a8671-d62f-4d00-90aa-4e746ef6d2d5", "ContactID": "d87f5427-607f-4214-8fb8-cde5a6c93601", "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>0fe41f13-08c1-43d2-add1-775b170c0fa2</AncillaryID> <AncillaryItemIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>41285bb9-0d84-4c3c-b10f-606eccfc7236</d4p1:guid> <d4p1:guid>2d1d7848-900d-4999-b8a7-93f803e7ad74</d4p1:guid> </AncillaryItemIDs> <Qty>2</Qty> </AncillaryIn> <AncillaryIn> <AncillaryID>0fe41f13-08c1-43d2-add1-775b170c0fa2</AncillaryID> <AncillaryItemIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>41285bb9-0d84-4c3c-b10f-606eccfc7236</d4p1:guid> <d4p1:guid>2d1d7848-900d-4999-b8a7-93f803e7ad74</d4p1:guid> </AncillaryItemIDs> <Qty>2</Qty> </AncillaryIn> </AncillaryIn> <CancelledOn>2023-12-08T19:47:06.1223195+04:00</CancelledOn> <CheckInBranchID>377a6590-481e-44dc-80ac-c47f9c37682b</CheckInBranchID> <CheckInFuel>25</CheckInFuel> <CheckInKm>24</CheckInKm> <CheckInOn>2023-12-08T19:47:06.1223195+04:00</CheckInOn> <CheckOutBranchID>13c910d5-10fc-4f0b-973a-2833a5d9fc94</CheckOutBranchID> <CheckOutFuel>26</CheckOutFuel> <CheckOutKm>23</CheckOutKm> <CheckOutOn>2023-12-08T19:47:06.1223195+04:00</CheckOutOn> <ContactID>d87f5427-607f-4214-8fb8-cde5a6c93601</ContactID> <DayUnitID>35</DayUnitID> <DebtorID>c36a5903-296f-4331-bd14-88766b254319</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>ee73622a-3783-4f86-9511-77c5d74430d0</ModelWiseChargeID> <ModelYear>4</ModelYear> <ModifiedReservationID>a48a8671-d62f-4d00-90aa-4e746ef6d2d5</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>7f8ecc91-90db-4b5f-be4b-d8ab0f000bc1</RemovedLedgerID> <RentalDays>1</RentalDays> <RentalDiscountOffered>14.1</RentalDiscountOffered> <RentalRate>31.1</RentalRate> <RentalTariffID>9f22679b-80db-423d-8a5f-5f877a299591</RentalTariffID> <RentalTariffName>sample string 7</RentalTariffName> <RentalType>Daily</RentalType> <SpecialOfferID>d9989543-7781-4e9f-9a22-75fa548409b5</SpecialOfferID> <SpecialOfferName>sample string 22</SpecialOfferName> <SubscriptionKm>5</SubscriptionKm> <SubscriptionMonth>3</SubscriptionMonth> <TransactionID>fd6ee762-f238-488e-b874-5744cae1ece3</TransactionID> <TransactionType>None</TransactionType> <UpgradeModelID>d23a3c19-bb5f-490a-a387-e94af4382037</UpgradeModelID> <UpgradeTariffGroupID>43b7494b-734c-42d1-ae70-a7e2132bdaf2</UpgradeTariffGroupID> <UpgradeType>None</UpgradeType> <VehicleID>56c49d0f-01b3-42d7-bf80-66bebb422e48</VehicleID> <VehicleModelID>ac99cd1e-ec54-4f35-8298-8f1b35013652</VehicleModelID> <VehicleVariantID>4a3ead71-581c-42d6-aafe-b4155eb63797</VehicleVariantID> </RentalIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RentalReservationDetailName | Description | Type | Additional 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": "d2869d7b-a00c-450f-8d9a-3f7d7aefd26d", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "83d47721-506d-4b0b-b3da-d02fbc2b52aa", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "09d089cd-7b96-4b18-b324-19fb647a8d8d", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "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": "779beef0-8901-46d1-9e3d-7bf82e115231", "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": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "45a34b5c-bc6c-4e31-856f-2c755193bcca", "d7e901d3-ad27-4510-a338-722341c93ccc" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "InDetail": { "Timestamp": "2023-12-08T19:47:06.1223195+04:00", "BranchID": "0e617fb1-62df-4576-98fc-e1ebc35241f0", "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": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "OutDetail": { "Timestamp": "2023-12-08T19:47:06.1223195+04:00", "BranchID": "0e617fb1-62df-4576-98fc-e1ebc35241f0", "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": "0cae26de-a59b-4d4d-8c5e-b40c4a744896", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "Driver": { "Identity": { "Id": "20e8cf83-1784-42ca-86d7-5a16fe5c6b98", "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-08T19:47:06.1223195+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-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+04:00" }, "Passport": { "PassportNo": "sample string 1", "IssuedOn": "2023-12-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+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-08T19:47:06.1223195+04:00", "IssuedByBank": "sample string 7" }, { "CreditCardType": "sample string 3", "CreditCardNo": "sample string 4", "ExpiryOn": "2023-12-08T19:47:06.1223195+04:00", "IssuedByBank": "sample string 7" } ], "AdditionalDocument": { "DocumentNo": "sample string 1", "IssuedBy": "sample string 2", "IssuedOn": "2023-12-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+04:00" } }, "Identity": { "Id": "20e8cf83-1784-42ca-86d7-5a16fe5c6b98", "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": "05704b07-2f78-4418-91b6-4652b426708d", "Code": "sample string 9" }, "RentalIn": { "RentalDays": 1, "RentalType": 0, "VehicleModelID": "8addebb2-6fe7-4261-899f-8e7f87a5e9f4", "SubscriptionMonth": 3, "ModelYear": 4, "SubscriptionKm": 5, "RentalTariffID": "6d987da6-eb21-465e-a8c5-7ef4a7b1826b", "RentalTariffName": "sample string 7", "CheckOutOn": "2023-12-08T19:47:06.1223195+04:00", "CheckInOn": "2023-12-08T19:47:06.1223195+04:00", "CheckOutBranchID": "159e7d30-01af-43a4-927e-49989b0e4586", "CheckInBranchID": "581e9754-5939-4313-899e-a37ca4c6e4c1", "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": "57ae18ac-876d-4ece-a270-af0733427047", "RentalDiscountOffered": 14.1, "AdditionalDrivers": 15, "IsPAISelected": true, "IsCDWSelected": true, "IsSCDWSelected": true, "AncillaryIn": [ { "AncillaryID": "756855a7-9cd4-40d7-9877-7de8c76a5ec2", "Qty": 2, "AncillaryItemIDs": [ "4ac63855-ce8e-40a9-a8bf-ad2a84c1cba7", "f0785a04-7d77-4c90-9330-625381866217" ] }, { "AncillaryID": "756855a7-9cd4-40d7-9877-7de8c76a5ec2", "Qty": 2, "AncillaryItemIDs": [ "4ac63855-ce8e-40a9-a8bf-ad2a84c1cba7", "f0785a04-7d77-4c90-9330-625381866217" ] } ], "RemovedLedgerID": "c4444996-6722-4ce7-9878-05b5a3fca975", "PromoCode": "sample string 20", "SpecialOfferID": "6c1cf94e-cf43-44dd-9cd9-4f90d67e6eec", "SpecialOfferName": "sample string 22", "CheckOutKm": 23, "CheckInKm": 24, "CheckInFuel": 25, "CheckOutFuel": 26, "VehicleID": "671fa0f2-28d4-4ba1-acc8-981e1f9d1409", "AllowedKm": 28, "AllowedKmPerRental": 29, "TransactionID": "12e0520a-e447-405b-855c-88adc52034eb", "TransactionType": 0, "RentalRate": 31.1, "ModelWiseChargeID": "44d68e07-284d-427a-a686-c42a2dd9ff87", "VehicleVariantID": "0c49fe6f-23ad-47f9-bc03-37b9f5854453", "CancelledOn": "2023-12-08T19:47:06.1223195+04:00", "DayUnitID": 35, "PaymentStatus": 0, "UpgradeTariffGroupID": "680aad8b-bc09-4550-877a-bafa4b79bf10", "UpgradeModelID": "e6432fc1-d4a4-4a91-aa40-7036fb79d64f", "UpgradeType": 0, "ModifiedReservationID": "e38a02d9-64ca-4a13-976b-af43d983dc37", "ContactID": "b0feb035-6fa8-4a84-868a-eef5dcb5d3fc", "IsMonthlyBooking": true, "IPLocation": { "IPAddress": "sample string 2" } }, "RentalRateDetail": [ { "RentalRateDetailID": "b998e6d5-90c9-44b9-8abf-a75d6ad8e114", "ItemID": "ac2053a0-4365-42cb-bf85-a60facc8975d", "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": "b998e6d5-90c9-44b9-8abf-a75d6ad8e114", "ItemID": "ac2053a0-4365-42cb-bf85-a60facc8975d", "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": "b998e6d5-90c9-44b9-8abf-a75d6ad8e114", "ItemID": "ac2053a0-4365-42cb-bf85-a60facc8975d", "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": "b998e6d5-90c9-44b9-8abf-a75d6ad8e114", "ItemID": "ac2053a0-4365-42cb-bf85-a60facc8975d", "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": "20e8cf83-1784-42ca-86d7-5a16fe5c6b98", "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-08T19:47:06.1223195+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-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+04:00" }, "Passport": { "PassportNo": "sample string 1", "IssuedOn": "2023-12-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+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-08T19:47:06.1223195+04:00", "IssuedByBank": "sample string 7" }, { "CreditCardType": "sample string 3", "CreditCardNo": "sample string 4", "ExpiryOn": "2023-12-08T19:47:06.1223195+04:00", "IssuedByBank": "sample string 7" } ], "AdditionalDocument": { "DocumentNo": "sample string 1", "IssuedBy": "sample string 2", "IssuedOn": "2023-12-08T19:47:06.1223195+04:00", "ExpiresOn": "2023-12-08T19:47:06.1223195+04:00" } }, "TotalAmount": 12.1, "TotalTax": 13.1, "SubTotal": -1.0, "RentalType": 0, "CustomerFeedback": { "TransactionID": "31c116bf-2d85-4147-9950-9abbb3ae5b91", "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": "a825510f-84ca-4d4a-83d8-8d38363edbb6", "BookingIncludedType": 0, "ShortText": "sample string 2", "LongText": "sample string 3", "TempCRUD": { "TempId": 1, "IsNew": true, "IsDeleted": true, "IsUpdated": true, "IsActive": true } }, { "BookingIncludedID": "a825510f-84ca-4d4a-83d8-8d38363edbb6", "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" } }