POST api/MonthlySubscription/Get?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": "c7a699cc-d4b7-499b-ad5c-3802ab25719b", "VehicleMakeID": "607062a7-a3ca-489d-abd6-110bc87fdc7b", "Classifications": [ "cf87bd11-aef4-49ed-8b7f-89547a3b1db0", "d0bb1215-7071-439e-8e96-1d821d6ec4f3" ], "CheckOutOn": "2023-12-08T20:00:40.808468+04:00", "CheckInOn": "2023-12-08T20:00:40.808468+04:00", "CheckOutBranchID": "5ee0abc3-08db-4ee3-b785-8bfa577a92b3", "DeliveryDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "CheckInBranchID": "da4eb6e0-f2e7-4661-9c26-ab3791c91436", "PickupDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "Passengers": 5, "AutoTransmission": 0, "MinRentalRate": 1.1, "MaxRentalRate": 1.1, "SpecialOfferID": "64a68682-3382-4ec5-ba09-2af3232b685d", "PromoCode": "sample string 6", "DebtorID": "03c60809-f7b4-4a6b-8df6-b369f1cf03ef", "NoOfRecords": 8, "DriverAge": 10, "ModifiedReservationID": "3e580d44-8e65-495a-ac7b-a0cd376926d6", "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>da4eb6e0-f2e7-4661-9c26-ab3791c91436</CheckInBranchID> <CheckInOn>2023-12-08T20:00:40.808468+04:00</CheckInOn> <CheckOutBranchID>5ee0abc3-08db-4ee3-b785-8bfa577a92b3</CheckOutBranchID> <CheckOutOn>2023-12-08T20:00:40.808468+04:00</CheckOutOn> <Classifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cf87bd11-aef4-49ed-8b7f-89547a3b1db0</d2p1:guid> <d2p1:guid>d0bb1215-7071-439e-8e96-1d821d6ec4f3</d2p1:guid> </Classifications> <DebtorID>03c60809-f7b4-4a6b-8df6-b369f1cf03ef</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>3e580d44-8e65-495a-ac7b-a0cd376926d6</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>64a68682-3382-4ec5-ba09-2af3232b685d</SpecialOfferID> <VehicleMakeID>607062a7-a3ca-489d-abd6-110bc87fdc7b</VehicleMakeID> <VehicleModelID>c7a699cc-d4b7-499b-ad5c-3802ab25719b</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": "ef7c9417-747f-48c1-a30a-80410e229fa9", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "ddc3a986-7e2d-4f08-bbe4-9a07a33d9372", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "0f1e8f84-9619-49c1-870b-355bf0685402", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "11c17060-b6df-4962-9241-0ed270a4782f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "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": "58722d5b-cf06-45c0-aff2-ef4e7cecd165", "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": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "f0f07ce9-c2bb-4df0-92fa-626b85898e47", "e4dabd42-8abb-4009-b4c8-27425b5b6369" ], "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": "ef7c9417-747f-48c1-a30a-80410e229fa9", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "ddc3a986-7e2d-4f08-bbe4-9a07a33d9372", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "0f1e8f84-9619-49c1-870b-355bf0685402", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "11c17060-b6df-4962-9241-0ed270a4782f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "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": "58722d5b-cf06-45c0-aff2-ef4e7cecd165", "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": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "f0f07ce9-c2bb-4df0-92fa-626b85898e47", "e4dabd42-8abb-4009-b4c8-27425b5b6369" ], "FavouriteNote": "sample string 33", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 35" } ], "VehicleTypes": [ { "VehicleClassification": { "VehicleClassificationID": "11c17060-b6df-4962-9241-0ed270a4782f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "MinPrice": 1.1 }, { "VehicleClassification": { "VehicleClassificationID": "11c17060-b6df-4962-9241-0ed270a4782f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "ae282943-010a-4a15-b795-2b1fa6b61c07", "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.