Skip to main content

Vehicle Fuel type

Indicates the type of fuel used by the vehicle (e.g., Diesel or Petrol).

Path Parameters
    category category required

    Specifies the lookup category. This API accepts only 'vehicle' as the value.

    vehicleType vehicleType required

    Type of vehicle (e.g., TW, Car)

    make make required

    Make Code of Vehicle

    model model required

    Model code of Vehicle

    fuelType fuelType required

    Vehicle Fuel type

Responses

Successful Response


Schema
    reqId string

    Unique request identifier.

    errors string[]

    List of errors if any.

    data object
    variant object[]

    List of available vehicle variants for the selected model.

  • Array [
  • variantCode string

    Unique code representing the vehicle variant.

    variantDesc string

    Description of the vehicle variant including engine capacity.

  • ]
Loading...