List Acquisitions
Returns a list of your Acquisitions.
Query Parameters
- start_cursor string
The start cursor for Keyset pagination.
- per_page integer
Possible values:
>= 2
and<= 100
Default value:
50
The number of records per page to return.
- filter object
The fields, operations, and values to filter the records by.
acquisition_type object
eq string requiredPossible values: [
loan
,lease
]reference_number object
oneOf- MOD1
- MOD2
like string requiredeq string requiredvehicle_id object
eq string requiredlender_id object
eq string requiredvendor_id object
eq string requiredacquisition_date object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
eq string requiredlt string requiredlte string requiredgt string requiredgte string requiredcreated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt string requiredlte string requiredgt string requiredgte string requiredupdated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt string requiredlte string requiredgt string requiredgte string required
- sort object
The fields and direction to sort the results by.
- id string
Possible values: [
asc
,desc
]Default value:
desc
- acquisition_date string
Possible values: [
asc
,desc
] - created_at string
Possible values: [
asc
,desc
] - updated_at string
Possible values: [
asc
,desc
]
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- start_cursor string
The current start cursor of the records returned.
- next_cursor string
The next cursor to retrieve the next page of records.
- per_page integer
The maxumum number of records returned.
- estimated_remaining_count integer
The number of remaining records including the returned records, up to a maximum of 500.
filtered_by object[]
The filters applied to the returned record set.
anyOf- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
acquisition_type object
eq stringPossible values: [
loan
,lease
]reference_number object
oneOf- MOD1
- MOD2
like stringeq stringvehicle_id object
eq stringlender_id object
eq stringvendor_id object
eq stringacquisition_date object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
eq stringlt stringlte stringgt stringgte stringcreated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt stringlte stringgt stringgte stringupdated_at object
oneOf- MOD1
- MOD2
- MOD3
- MOD4
lt stringlte stringgt stringgte stringsorted_by object[]
The sorts applied to the returned record set.
anyOf- MOD1
- MOD2
- MOD3
updated_at stringPossible values: [
asc
,desc
]created_at stringPossible values: [
asc
,desc
]id stringPossible values: [
asc
,desc
]records object[]
id integervehicle_id integeracquisition_type stringPossible values: [
loan
,lease
]vendor_id integerlender_id integerfirst_payment_date dateThe date of the first payment for the
Acquisition
, if applicable.number_of_payments integerFor
lease
type Acquisitions, this number represents the number of months for which the vehicle is leased. Forloan
type Acquisitions, this number represents the number of payments until the loan is paid off.mileage_cap integerFor
lease
type Acquisitions, this number represents the number of miles allowed each year, before additional charges will be incurred.annual_percentage_rate stringFor
loan
type Acquisitions, the annual percentage rate for the loan.reference_number stringOptional data for collecting information such as the invoice number, transaction id, or receipt number.
notes stringOptional free text field for additional notes.
loan_amount_cents integerFor
loan
type Acquisitions, the total principal amount at the start of the loan.down_payment_amount_cents integerFor
loan
type Acquisitions, the amount of the initial down payment.monthly_cost_cents integerTotal amount that will be paid each month including any taxes and fees.
capitalized_cost_cents integerCapitalized cost per month of the
Vehicle
.residual_value_cents integerFor
lease
type Acquisitions, the value of theVehicle
at the end of the lease.purchase_price_cents integerFor
loan
type Acquisitions, the total purchase price of theVehicle
.mileage_charge_cents integerFor
lease
type Acquisitions, the amount charged for each mile over the mileage cap.acquisition_date dateThe date on which the Acquisition occurred or began.
vehicle object
A Vehicle
id integername stringThis vehicle's name.
color stringThe color of this Vehicle.
license_plate stringThe license plate number of this Vehicle.
vin stringThe Vehicle Identification Number of this Vehicle.
year stringThis Vehicle's model year.
make stringThe name of this Vehicle's manufacturer.
model stringThe name of the model of this Vehicle.
trim stringThe trim level of this Vehicle.
registration_expiration_month integerPossible values:
<= 12
The month in which this Vehicle's registration expires.
registration_state stringThe state, province, or territory in which this Vehicle is registered.
default_image_url_small stringThe URL of a small-sized version of the default image for this Vehicle.
lender object
A Vendor
name stringThe name of the Vendor.
phone stringThe phone number of the Vendor.
city stringThe city of the Vendor.
region stringThe region, state, province, or territory of the Vendor.
postal_code stringThe postal code or ZIP code of the Vendor.
country stringThe country of the Vendor.
external_id stringThe external identifier of the Vendor.
vendor object
A Vendor
name stringThe name of the Vendor.
phone stringThe phone number of the Vendor.
city stringThe city of the Vendor.
region stringThe region, state, province, or territory of the Vendor.
postal_code stringThe postal code or ZIP code of the Vendor.
country stringThe country of the Vendor.
external_id stringThe external identifier of the Vendor.
{
"start_cursor": "string",
"next_cursor": "string",
"per_page": 0,
"estimated_remaining_count": 0,
"filtered_by": [
{
"acquisition_type": {
"eq": "loan"
}
},
{
"reference_number": {
"like": "string"
}
},
{
"vehicle_id": {
"eq": "string"
}
},
{
"lender_id": {
"eq": "string"
}
},
{
"vendor_id": {
"eq": "string"
}
},
{
"acquisition_date": {
"eq": "string"
}
},
{
"created_at": {
"lt": "string"
}
},
{
"updated_at": {
"lt": "string"
}
}
],
"sorted_by": [
{
"updated_at": "asc"
},
{
"created_at": "asc"
},
{
"id": "asc"
}
],
"records": [
{
"id": 0,
"vehicle_id": 0,
"acquisition_type": "loan",
"vendor_id": 0,
"lender_id": 0,
"first_payment_date": "2023-03-14",
"number_of_payments": 0,
"mileage_cap": 0,
"annual_percentage_rate": "string",
"reference_number": "string",
"notes": "string",
"loan_amount_cents": 0,
"down_payment_amount_cents": 0,
"monthly_cost_cents": 0,
"capitalized_cost_cents": 0,
"residual_value_cents": 0,
"purchase_price_cents": 0,
"mileage_charge_cents": 0,
"acquisition_date": "2023-03-14",
"vehicle": {
"id": 0,
"name": "string",
"color": "string",
"license_plate": "string",
"vin": "string",
"year": "string",
"make": "string",
"model": "string",
"trim": "string",
"registration_expiration_month": 0,
"registration_state": "string",
"default_image_url_small": "string"
},
"lender": {
"name": "string",
"phone": "string",
"city": "string",
"region": "string",
"postal_code": "string",
"country": "string",
"external_id": "string"
},
"vendor": {
"name": "string",
"phone": "string",
"city": "string",
"region": "string",
"postal_code": "string",
"country": "string",
"external_id": "string"
}
}
]
}
The format or parameters of the request was invalid
- application/json
- Schema
- Example (from schema)
Schema
errors object
typeitems string
{
"errors": {}
}
Request could not be authenticated
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Something unexpected happened
- application/json
- Schema
- Example (from schema)
Schema
- status integer
Possible values:
>= 400
and<= 599
- title string
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
- detail string
A human-readable explanation specific to this occurrence of the problem.
- instance string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}