GET api/Vehicle2290/GetAllVehicleHistoryAdmin?taxableVehicle={taxableVehicle}&suspendedVehicle={suspendedVehicle}&user={user}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taxableVehicle

boolean

Required

suspendedVehicle

boolean

Required

user

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Vehicle2290DTO
NameDescriptionTypeAdditional information
id

integer

None.

vin

string

None.

loggingVehicle

boolean

None.

agriculturalVehicle

boolean

None.

taxPrice

string

None.

suspendedVehicle

boolean

None.

taxableVehicle

boolean

None.

creditVehicle

boolean

None.

priorYear

boolean

None.

originalVin

string

None.

explanation

string

None.

oldVehicleWeightCategoryId

integer

None.

monthOfIncreaseId

integer

None.

oldLoggingVehicle

boolean

None.

form2290Id

integer

None.

vehicleWeightCategoryId

integer

None.

form2290

Form2290DTO

None.

vehicleWeightCategory

VehicleWeightCategoryDTO

None.

oldVehicleWeightCategory

VehicleWeightCategoryDTO

None.

monthOfIncrease

MonthDTO

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'vehicle2290' with type 'Application.DTOs.Vehicle2290DTO'. Path '[0].form2290'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'vehicle2290' with type 'Application.DTOs.Vehicle2290DTO'. Path '[0].form2290'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Application.DTOs.Form2290DTO' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Application.DTOs.Form2290DTO' contains cycles and cannot be serialized if reference tracking is disabled.