Search Vehicle Fare (API Description)
API to get all the vehicles details according to the search criteria.
 
API Response
{
  "responsedata": {
    "status": "success",
    "data": {
      "1": [
        {
          "min_distance": 5,
          "min_pkg_hrs": 0,
          "min_pkg_km": 5,
          "markup_price": 0,
          "per_hr_charge": null,
          "vehicle_type_id": 1,
          "base_vehicle_id": 1,
          "vehicle_image": "Economy (Hatch Back)/WagonR.png",
          "vehicle_type": "Economy (Hatch Back)",
          "vehicle_name": "Alto, Baleno, BEAT, BMW-720P, Celerio, DATSUN GO, Eeco, EON, Etio Liva, Ford Figo, i10, i20, Maruti Swift, MICRA, Ritz, TATA Bolt, Tata Indica, Tata nano, Wagon R",
          "vehicle_model": "2004, 2005, 2006, 2013, 2015, 2017, 2018, 2019, 2020",
          "vehicle_color": "Black, White",
          "ignition_type": "Diesel, Petrol",
          "base_fare": 242,
          "per_km_price": 11,
          "running_amt": 242,
          "peak_time_price": 0,
          "night_charge": 165,
          "extra_charge": 0,
          "tax_percentage": 5,
          "tax_price": 20,
          "estimated_price_before_markup": 427,
          "total_price": 427,
          "vehicle_baggage": 2,
          "vehicle_ignition_type": "AC",
          "seating_capacity": "4+1",
          "luggage": 2,
          "amenities": "Economy4 Mohit verma",
          "night_rate_type": "Rs",
          "night_rate_value": "150",
          "night_rate_begins": "09:00:00",
          "night_rate_ends": "21:51:00",
          "peakFare": "[]",
          "cgst_tax": 2.5,
          "igst_tax": "",
          "sgst_tax": 2.5,
          "extras": "[]",
          "master_package_mode_id": 1,
          "package_mode": "Distance",
          "estimated_time": "0:0:0",
          "duration": 0,
          "estimated_distance": 5,
          "approx_waiting_charge": "",
          "approx_waiting_minute": "",
          "local_pkg_name": "11 KM",
          "vendor_id": 1656,
          "vendor_name": "Mohit Jain",
          "vendor_email": "php@hello42cab.com",
          "vendor_mobile": "9313504429",
          "premiums_type": "1",
          "premiums_value": "",
          "premiums_price": 0,
          "user_markup": "[{\"markup_id\":9,\"user_grade\":4,\"city_id\":707,\"master_package_id\":1,\"markup_amt_base\":1,\"mark_amt_type\":\"%\",\"basic_amt\":\"10\",\"extra_km_markup\":\"0\",\"extra_hr_markup\":\"0\",\"created_by\":1}]",
          "start_date": "2020-06-27",
          "end_date": "2020-08-31",
          "start_time": null,
          "end_time": null,
          "dispatch_type": 1,
          "garage_type": 0,
          "garage_address": "",
          "garage_pincode": "",
          "garage_latitude": "",
          "garage_longitude": "",
          "company_share_type": "%",
          "driver_share_type": "%",
          "driver_share_value": 198,
          "partner_share_type": "%",
          "partner_share_value": 0,
          "user_rating": null,
          "cancellation_fare_rule": "[{\"id\":71,\"cancellation_master_id\":1,\"cancellation_type\":\"%\",\"cancellation_value\":100,\"master_cancellation_id\":1,\"name\":\"Late cancel\",\"description\":\"Late cancel\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":407},{\"id\":72,\"cancellation_master_id\":2,\"cancellation_type\":\"Rs\",\"cancellation_value\":200,\"master_cancellation_id\":2,\"name\":\"Within 2 Hours\",\"description\":\"Within 2 Hours\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":200},{\"id\":73,\"cancellation_master_id\":10,\"cancellation_type\":\"Rs\",\"cancellation_value\":300,\"master_cancellation_id\":10,\"name\":\"Within 6 Hours\",\"description\":\"Within 6 Hours\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":300},{\"id\":74,\"cancellation_master_id\":5,\"cancellation_type\":\"Rs\",\"cancellation_value\":400,\"master_cancellation_id\":5,\"name\":\"Within 24 Hours\",\"description\":\"Within 24 Hours\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":400},{\"id\":69,\"cancellation_master_id\":3,\"cancellation_type\":\"%\",\"cancellation_value\":15,\"master_cancellation_id\":3,\"name\":\"Between 24 Hours To 7 Days\",\"description\":\"Between 24 Hours To 7 Days\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":61.05},{\"id\":68,\"cancellation_master_id\":4,\"cancellation_type\":\"%\",\"cancellation_value\":20,\"master_cancellation_id\":4,\"name\":\"Between 8 Days To 15 Days\",\"description\":\"Between 8 Days To 15 Days\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":81.4},{\"id\":70,\"cancellation_master_id\":6,\"cancellation_type\":\"%\",\"cancellation_value\":25,\"master_cancellation_id\":6,\"name\":\"Before 16 Days\",\"description\":\"Before 16 Days\",\"days\":\"0\",\"hours\":\"0\",\"currency_icon\":\"fa fa-inr\",\"cancellation_charge\":101.75}]",
          "booking_auto_relasedate": "",
          "travel_days": 0,
          "travel_hour": "00",
          "currency_faicon": "fa fa-inr",
          "created_date": "2020-10-03 11:39:34"
        },

}
      ]
    }
API Resposne Description
Key Description
min_distance Minimun distance in selected localpackage
min_pkg_hrs Minimum Hours in selected local package
min_pkg_km Minimun distance in selected local package
markup_price
per_hr_charge
vehicle_type_id 1
base_vehicle_id 1
vehicle_image Vehicle Image
vehicle_type Vehicle Type
vehicle_name All vehicle name related to vehicle type
vehicle_model Vehicle Model available
vehicle_color Vehicle Color
ignition_type Vehicle ignition type (Diesel, Petrol, etc)
base_fare minium base fare
per_km_price Per Km price after minimun distance.
running_amt Same as base fare amount
peak_time_price Your booking time is in under peak time and peak time fare is exist there will be show.
night_charge Night charge price
extra_charge Extra Charge like Toll ,Parking, will be show
tax_percentage Tax amount in percentage.
tax_price Tax calculated percentage amount.
estimated_price_before_markup 427
total_price Total price amount(Running amount + peak time price + Night charge + Extra + Tax Price)
vehicle_baggage 2
vehicle_ignition_type AC
seating_capacity 4+1
luggage 2
amenities Economy4 Mohit verma
night_rate_type Night Charge type is Fixed or Percentage(Rs- Fixed ,%- Percentage)
night_rate_value Night charge value in fixed or percentage
night_rate_begins Night charge will be applicable starting Time
night_rate_ends Night Charge will be appplicable ending Time
peakFare Peak fare details, If peak fare is applicable
cgst_tax CGST tax in percentage
igst_tax IGST tax in percentage
sgst_tax SGST tax in percentage
extras Extra fare details, If extra fare is applicable
master_package_mode_id 1
package_mode Package fare mode(eg. Distance,Hours,Distanc+Hours,Distanc+Waiting)
estimated_time Calculate estimate time, How many time will be take from pickup location to drop location
duration Calulate estimate time in hours
estimated_distance 5
approx_waiting_charge
approx_waiting_minute
local_pkg_name Local Package Name, Only in Local hire module
vendor_id Vendor id
vendor_name Vendor Name
vendor_email Vendor Email
vendor_mobile Vendor Mobile
premiums_type Premium Fare type(eg. %-Percentage, Rs- Fixed)
premiums_value Premium Fare Value (Integer)
premiums_price Premium fare calculate amount
user_markup
start_date Fare Start Date
end_date Fare End Date
start_time
end_time
dispatch_type Type of dispatch (1- Point to Point ,2- Garage to Garage)
garage_type Type of Garage(1-Own, 2-Company Garage)
garage_address Garage address
garage_pincode Garage pincode
garage_latitude Garage Latitude
garage_longitude Garage Longitude
company_share_type Company Share type(%-percentage, Rs-Fixed Value)
driver_share_type Driver share type(%-percentage, Rs-Fixed Value)
driver_share_value Driver share value in amount
partner_share_type Partner share type(%-Percentage, Rs-Fixed value)
partner_share_value Partner share value in amount
user_rating
cancellation_fare_rule Cancellation fare rule is details
booking_auto_relasedate If Booking on hold,Booking auto release date
travel_days How many days of travel from start date to end date
travel_hour Start Travel hours from current time
currency_faicon currency fav icon
created_date