POST api/SearchVehicleModel/GetEx?apiKey={apiKey}&lng={lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
lng | string |
Default value is en |
Body Parameters
SearchVehicleModelParameterName | Description | Type | Additional information |
---|---|---|---|
VehicleModelID | globally unique identifier |
None. |
|
VehicleMakeID | globally unique identifier |
None. |
|
Classifications | Collection of globally unique identifier |
None. |
|
CheckOutOn | date |
None. |
|
CheckInOn | date |
None. |
|
CheckOutBranchID | globally unique identifier |
None. |
|
DeliveryDetails | DeliveryPickupDetail |
None. |
|
CheckInBranchID | globally unique identifier |
None. |
|
PickupDetails | DeliveryPickupDetail |
None. |
|
Passengers | integer |
None. |
|
AutoTransmission | AutoTransmission |
None. |
|
MinRentalRate | decimal number |
None. |
|
MaxRentalRate | decimal number |
None. |
|
SpecialOfferID | globally unique identifier |
None. |
|
PromoCode | string |
None. |
|
DebtorID | globally unique identifier |
None. |
|
NoOfRecords | integer |
None. |
|
DriverAge | integer |
None. |
|
ModifiedReservationID | globally unique identifier |
None. |
|
PaymentMode | PaymentStatus |
None. |
|
IPLocation | IPLocation |
None. |
Request Formats
application/json, text/json
Sample:
{ "VehicleModelID": "f92b725f-b58f-40e6-8a0f-6660fdd9b71f", "VehicleMakeID": "5a75e739-9c86-42bc-a1b4-2c62beab4294", "Classifications": [ "67ab3e8d-be6f-4015-8afe-72c7ac9ffd5e", "daf74811-c1f9-4fd3-8c6e-a175e66860e6" ], "CheckOutOn": "2023-12-10T15:33:25.877295+04:00", "CheckInOn": "2023-12-10T15:33:25.877295+04:00", "CheckOutBranchID": "4047af0a-fd52-43f5-937d-b6db803d64ab", "DeliveryDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "CheckInBranchID": "a0ac2bfe-911f-4dcd-90fa-565ed0b898ed", "PickupDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "Passengers": 5, "AutoTransmission": 0, "MinRentalRate": 1.1, "MaxRentalRate": 1.1, "SpecialOfferID": "82c432d3-c44b-48ad-beeb-926852b3e911", "PromoCode": "sample string 6", "DebtorID": "1a78cc9b-85c1-4ae7-a80a-4240d2b99c91", "NoOfRecords": 8, "DriverAge": 10, "ModifiedReservationID": "906c062f-0496-403d-8cf9-b63f57b79138", "PaymentMode": 0, "IPLocation": { "IPAddress": "sample string 2" } }
application/xml, text/xml
Sample:
<SearchVehicleModelParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Vehicles"> <AutoTransmission>None</AutoTransmission> <CheckInBranchID>a0ac2bfe-911f-4dcd-90fa-565ed0b898ed</CheckInBranchID> <CheckInOn>2023-12-10T15:33:25.877295+04:00</CheckInOn> <CheckOutBranchID>4047af0a-fd52-43f5-937d-b6db803d64ab</CheckOutBranchID> <CheckOutOn>2023-12-10T15:33:25.877295+04:00</CheckOutOn> <Classifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>67ab3e8d-be6f-4015-8afe-72c7ac9ffd5e</d2p1:guid> <d2p1:guid>daf74811-c1f9-4fd3-8c6e-a175e66860e6</d2p1:guid> </Classifications> <DebtorID>1a78cc9b-85c1-4ae7-a80a-4240d2b99c91</DebtorID> <DeliveryDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Rental"> <d2p1:Address>sample string 4</d2p1:Address> <d2p1:AddressJson>sample string 5</d2p1:AddressJson> <d2p1:StateName>sample string 8</d2p1:StateName> </DeliveryDetails> <DriverAge>10</DriverAge> <IPLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Booking"> <d2p1:IPAddress>sample string 2</d2p1:IPAddress> </IPLocation> <MaxRentalRate>1.1</MaxRentalRate> <MinRentalRate>1.1</MinRentalRate> <ModifiedReservationID>906c062f-0496-403d-8cf9-b63f57b79138</ModifiedReservationID> <NoOfRecords>8</NoOfRecords> <Passengers>5</Passengers> <PaymentMode>PayAtCounter</PaymentMode> <PickupDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Rental"> <d2p1:Address>sample string 4</d2p1:Address> <d2p1:AddressJson>sample string 5</d2p1:AddressJson> <d2p1:StateName>sample string 8</d2p1:StateName> </PickupDetails> <PromoCode>sample string 6</PromoCode> <SpecialOfferID>82c432d3-c44b-48ad-beeb-926852b3e911</SpecialOfferID> <VehicleMakeID>5a75e739-9c86-42bc-a1b4-2c62beab4294</VehicleMakeID> <VehicleModelID>f92b725f-b58f-40e6-8a0f-6660fdd9b71f</VehicleModelID> </SearchVehicleModelParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SearchVehicleModelWithClassificationName | Description | Type | Additional information |
---|---|---|---|
SearchVehicleModels | Collection of SearchVehicleModel |
None. |
|
VehicleTypes | Collection of VehicleClassificationPrice |
None. |
Response Formats
application/json, text/json
Sample:
{ "SearchVehicleModels": [ { "SubscriptionCharges": [ { "Month": 1, "Km": 2, "Rate": 3.1, "PayNowRate": 4.1, "KmExtraRate": 5.1 }, { "Month": 1, "Km": 2, "Rate": 3.1, "PayNowRate": 4.1, "KmExtraRate": 5.1 } ], "RentalCharges": { "RackRate": 1.1, "DiscountedRate": 2.1, "PayNowRate": 3.1, "RateType": 0, "RackRateTotal": 4.1, "PayNowTotal": 5.1 }, "SpecialOfferID": "a7dc2f9e-c37a-4a59-834d-899afd3d4878", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "1b0d76f0-e7ef-4bd9-a3d4-da12aa167862", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "ae920a40-a18b-4a5c-a376-d171a5552a7d", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "e1d81c42-f3fd-4df3-91ed-550bcbc752d6", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "Passengers": "sample string 15", "Luggages": "sample string 16", "Doors": "sample string 17", "AutoTransmission": true, "Airbag": true, "ABS": true, "AC": true, "CruseControl": true, "Engine": "sample string 24", "VehicleMake": { "VehicleMakeID": "2ab012e0-b8c9-422d-bb47-9bdcdc6a6ba8", "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": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "50e37cc5-ebc8-406c-b35c-94db452db478", "4390ff28-e999-47f7-9c02-ced233ef0ba2" ], "FavouriteNote": "sample string 33", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 35" }, { "SubscriptionCharges": [ { "Month": 1, "Km": 2, "Rate": 3.1, "PayNowRate": 4.1, "KmExtraRate": 5.1 }, { "Month": 1, "Km": 2, "Rate": 3.1, "PayNowRate": 4.1, "KmExtraRate": 5.1 } ], "RentalCharges": { "RackRate": 1.1, "DiscountedRate": 2.1, "PayNowRate": 3.1, "RateType": 0, "RackRateTotal": 4.1, "PayNowTotal": 5.1 }, "SpecialOfferID": "a7dc2f9e-c37a-4a59-834d-899afd3d4878", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "1b0d76f0-e7ef-4bd9-a3d4-da12aa167862", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "ae920a40-a18b-4a5c-a376-d171a5552a7d", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "e1d81c42-f3fd-4df3-91ed-550bcbc752d6", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "Passengers": "sample string 15", "Luggages": "sample string 16", "Doors": "sample string 17", "AutoTransmission": true, "Airbag": true, "ABS": true, "AC": true, "CruseControl": true, "Engine": "sample string 24", "VehicleMake": { "VehicleMakeID": "2ab012e0-b8c9-422d-bb47-9bdcdc6a6ba8", "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": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "50e37cc5-ebc8-406c-b35c-94db452db478", "4390ff28-e999-47f7-9c02-ced233ef0ba2" ], "FavouriteNote": "sample string 33", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 35" } ], "VehicleTypes": [ { "VehicleClassification": { "VehicleClassificationID": "e1d81c42-f3fd-4df3-91ed-550bcbc752d6", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "MinPrice": 1.1 }, { "VehicleClassification": { "VehicleClassificationID": "e1d81c42-f3fd-4df3-91ed-550bcbc752d6", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ba11a480-5c8c-4bf5-83c7-8878bc7756c7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "MinPrice": 1.1 } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.