Florida (FL) EVR API - Sandbox

CustomerLookupDTO

object
locationIdinteger(int64)required

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

>= -9007199254740991<= 9007199254740991

Example:1

statestringrequired

Allowed values:AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY

<= 1048576 characters

Example:FL

searchBystringrequired

Allowed values:DriverLicenseNumberSsnNameBusinessLienholder

<= 1048576 characters

Example:DriverLicenseNumber

driverLicenseNumberstring

Indicates Customer’s driver license number.

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

<= 1048576 characters

Example:D1234567

firstNamestring

Indicates Customer’s first name.

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

<= 1048576 characters

Example:John

lastNamestring

Indicates Customer’s last name.

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

<= 1048576 characters

Example:Doe

dateOfBirthstring(date)

Indicates Customer’s date of birth.

<= 1048576 characters

Example:2024-03-15

ssnstring

Customer’s Social Security Number.

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

<= 1048576 characters

Example:123-45-6789

feinstring

Indicates the assigned FEIN; typically required of a business or other organization.

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

<= 1048576 characters

Example:12-3456789

businessNamestring

Indicates business name.

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

<= 1048576 characters

Example:Acme Auto Sales LLC

stateTransactionIdstring

State transaction identifier. Could be required, depending on state

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

<= 1048576 characters

Example:1234567

Example

StateEnum

string

Allowed values:AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY

<= 1048576 characters

Example

CustomerLookupTypeEnum

string

Allowed values:DriverLicenseNumberSsnNameBusinessLienholder

<= 1048576 characters

Example

CustomerLookupResponseDTO

object
customersarray[object]

<= 100000 items

Show Child Parameters
Example

CustomerDTO

object
dateOfBirthstring

Set customer’s date of birth.

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

<= 1048576 characters

Example:1985-06-15

driverLicenseNumberstring

Indicates customer’s driver license number.

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

<= 1048576 characters

Example:D1234567

stateCustomerIdstring

Indicates customer’s state id.

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

<= 1048576 characters

Example:CUST-0099

firstNamestring

Set customer’s first name.

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

<= 1048576 characters

Example:John

middleNamestring

Set customer’s middle name.

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

<= 1048576 characters

Example:A

lastNamestring

Set customer’s last name.

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

<= 1048576 characters

Example:Doe

genderTypestring

Allowed values:FemaleMaleOther

<= 1048576 characters

Example:Female

suffixstring

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

<= 1048576 characters

Example:Jr

residenceAddressobject
* Additional properties are NOT allowed.
Show Child Parameters
mailingAddressobject
* Additional properties are NOT allowed.
Show Child Parameters
feinstring

Indicates the assigned FEIN; typically required of a business or other organization.

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

<= 1048576 characters

Example:12-3456789

businessNamestring

Indicates business name.

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

<= 1048576 characters

Example:Acme Auto Sales LLC

fiedSuffixstring

Indicates fied suffix.

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

<= 1048576 characters

Example:example

militaryStatusstring

Allowed values:ResidentNon-Resident

<= 1048576 characters

Example:Resident

isIndividualboolean

Indicates if record is an individual or business.

Example:true

Example