Vehicle Ownership Types

Description

The vehicleOwnershipTypes endpoint is used to get the list of the different types of vehicle ownership options that are supported by the application.

Request

Endpoint

ui/refdata/v1/vehicleOwnershipTypes

Method

GET

Response

[[
    {
        "name": "AUTO_RENTAL"
    },
    {
        "name": "COMPANY_OWNED"
    },
    {
        "name": "INDIVIDUAL_OWNED"
    },
    {
        "name": "LEASED"
    },
    {
        "name": "OTHER"
    }
]

Tabular Format

VEHICLE OWNERSHIP NAME
AUTO_RENTAL
COMPANY_OWNED
INDIVIDUAL_OWNED
LEASED
OTHER

Updated As Of Version: 6.4.2.10