Skip to main content

Vehicle Type

This API retrieves the vehicle type classification used in motor insurance processing, where vehicle type code 1 represents Private Car (Four Wheeler) and vehicle type code 2 represents Two Wheeler.

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)

Responses

Successful Response


Schema
    reqId string

    Unique request identifier generated by the system.

    errors object[]

    List of errors if any occurred during processing.

    data object

    Contains master details.

    make object[]

    List of vehicle makes available for the selected vehicle type.

  • Array [
  • makeCode string

    Unique code representing the vehicle make.

    makeDescription string

    Vehicle make name/description.

  • ]
Loading...