POST api/MonthlySubscription?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": "dcc60342-5448-4776-9355-56e3594728c3", "VehicleMakeID": "cb270251-7a2f-4701-b4ef-0229cb4f2459", "Classifications": [ "cc2eaecb-ac76-49a7-a1fd-2c6eb309c35f", "ccc801d8-8ffc-456a-a524-e163beff9bac" ], "CheckOutOn": "2023-12-08T20:01:55.4055398+04:00", "CheckInOn": "2023-12-08T20:01:55.4055398+04:00", "CheckOutBranchID": "c527e3d5-275b-40c7-a712-89e4677ae9a3", "DeliveryDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "CheckInBranchID": "66b6823e-197f-4e73-986d-4558bf8659fa", "PickupDetails": { "Address": "sample string 4", "AddressJson": "sample string 5", "StateName": "sample string 8" }, "Passengers": 5, "AutoTransmission": 0, "MinRentalRate": 1.1, "MaxRentalRate": 1.1, "SpecialOfferID": "834beaa8-a68e-475a-b973-c50e3e8f9ae9", "PromoCode": "sample string 6", "DebtorID": "99b71c96-1bfd-49fc-ba10-d515c055e921", "NoOfRecords": 8, "DriverAge": 10, "ModifiedReservationID": "472191da-adb2-44c3-abce-7775add4af7a", "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>66b6823e-197f-4e73-986d-4558bf8659fa</CheckInBranchID> <CheckInOn>2023-12-08T20:01:55.4055398+04:00</CheckInOn> <CheckOutBranchID>c527e3d5-275b-40c7-a712-89e4677ae9a3</CheckOutBranchID> <CheckOutOn>2023-12-08T20:01:55.4055398+04:00</CheckOutOn> <Classifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cc2eaecb-ac76-49a7-a1fd-2c6eb309c35f</d2p1:guid> <d2p1:guid>ccc801d8-8ffc-456a-a524-e163beff9bac</d2p1:guid> </Classifications> <DebtorID>99b71c96-1bfd-49fc-ba10-d515c055e921</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>472191da-adb2-44c3-abce-7775add4af7a</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>834beaa8-a68e-475a-b973-c50e3e8f9ae9</SpecialOfferID> <VehicleMakeID>cb270251-7a2f-4701-b4ef-0229cb4f2459</VehicleMakeID> <VehicleModelID>dcc60342-5448-4776-9355-56e3594728c3</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": "31e2994f-cfe3-467b-88c3-f5320be0968b", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "72e12726-b259-46b8-a3ee-9ad8a4fed630", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "5911513e-7a74-44af-bd02-23b6ad5acb59", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "af99be11-8b0a-4164-9567-ab99bd1e1b5a", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "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": "4c4dae55-6355-49da-82b1-7c39901999f1", "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": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "dde156bb-732e-43e4-90ce-895671c0053a", "d0e5c93a-90d2-48a0-8830-c8c72ed290ae" ], "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": "31e2994f-cfe3-467b-88c3-f5320be0968b", "DeliveryCharge": 3.0, "RentalDays": 6, "UpgradeCharges": { "UpgradeExtraRateTotal": 1.1 }, "IsOriginalModelWhileModify": true, "VehicleModelID": "72e12726-b259-46b8-a3ee-9ad8a4fed630", "Name": "sample string 9", "Code": "sample string 10", "Description": "sample string 11", "TariffGroup": { "TariffGroupID": "5911513e-7a74-44af-bd02-23b6ad5acb59", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "af99be11-8b0a-4164-9567-ab99bd1e1b5a", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "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": "4c4dae55-6355-49da-82b1-7c39901999f1", "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": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "dde156bb-732e-43e4-90ce-895671c0053a", "d0e5c93a-90d2-48a0-8830-c8c72ed290ae" ], "FavouriteNote": "sample string 33", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 35" } ], "VehicleTypes": [ { "VehicleClassification": { "VehicleClassificationID": "af99be11-8b0a-4164-9567-ab99bd1e1b5a", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "MinPrice": 1.1 }, { "VehicleClassification": { "VehicleClassificationID": "af99be11-8b0a-4164-9567-ab99bd1e1b5a", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "7315600c-5195-47d2-92d0-655e25145146", "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.