Skip to main content

Vehicle Model

Unique identifier assigned to each vehicle model in the insurer/master database

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

Responses

Successful Response


Schema
    reqId string

    Unique request identifier.

    errors string[]

    List of errors if any.

    data object
    fuelType object[]

    List of available fuel types.

  • Array [
  • fuelType string

    Possible values: [Diesel, Petrol]

    Type of fuel.

  • ]
Loading...