Florida (FL) EVR API - Sandbox

State lookup

State lookup operations

Get vehicle info from state

Requests state information about a vehicle

post
https://api-test.vitu.com/national-public-api/v2/vehicle/lookup

Headers

x-on-behalf-of-userinteger(int64)

>= -9007199254740991<= 9007199254740991

Body

application/json

VehicleLookupDTO

statestringrequired

Allowed values:AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY

<= 1048576 characters

Example:FL

searchBystringrequired

Allowed values:VINPlateTitle Number

<= 1048576 characters

Example:VIN

vinstring

VIN (or HIN) of the vehicle / vessel.

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:1HGCM82633A004352

platestring

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:example

titleNumberstring

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:TL123456789

locationIdinteger(int64)required

Id that represents dealer location in vitu. Provided by vitu, required

>= -9007199254740991<= 9007199254740991

Example:1

stateTransactionIdstring

State transaction identifier. Required for plate or title number lookups, obtained by vehicle lookup by VIN

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:1234567

Response

application/json

OK

VehicleInquiryResultDTO

stateTransactionIdstring

If not null then unique Id representing transaction in destination state application.

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:1234567

vehiclesarray[object]

<= 100000 items

Show Child Parameters
post/vehicle/lookup

Body

{ "state": "FL", "searchBy": "VIN", "locationId": 1 }
 
application/json

TransactionTypeEnum

string

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

<= 1048576 characters

Example

FeesResponseDTO

taxableSellingPricenumber

>= -1000000000000000<= 1000000000000000

Example:24000

appliedTradeInValuenumber

>= -1000000000000000<= 1000000000000000

Example:1500

feesarray

<= 100000 items

Show Child Parameters
regUsaSalesTaxobject
Example

FeeDTO

namestring

Match pattern:^[\s\S]*$

<= 1048576 characters

Example:Sample Name

valuenumber(decimal)

>= -1000000000000000<= 1000000000000000

Example:100

feeTypestring

Allowed values:StateFeeStateTaxVendorFeeOtherUseTaxPaidTaxExemptionTaxPaidPenaltyReciprocityCredit

<= 1048576 characters

Example:StateFee

ratenumber(decimal)

>= -1000000000000000<= 1000000000000000

Example:100

detailsarray[object]

<= 100000 items

Show Child Parameters
Example