Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getasset.com/llms.txt

Use this file to discover all available pages before exploring further.

business_id
string<biz_string>
required

The id of the Business that owns the trip

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

vehicle_id
string<vhc_string>
required

The id of the Vehicle used for the trip

Example:

"vhc_GA6EG2qFxA97NZHtxeLPUy"

trip_date
string<date>
required

The date the trip occurred

Example:

"2026-04-22"

distance
number
required

The distance travelled, in units defined by distance_unit

Example:

42.5

distance_unit
enum<string>
required

The unit of measurement for distance

Available options:
miles,
kilometers
Example:

"miles"

start_address
string | null
required

Where the trip started (unstructured)

Example:

"123 Main St, San Francisco, CA"

end_address
string | null
required

Where the trip ended (unstructured)

Example:

"456 Market St, San Francisco, CA"

id
string<trp_string>
required

The id of the Trip

Example:

"trp_GA6EG2qFxA97NZHtxeLPUy"

external_id
string | null

The external ID of the Trip

Maximum string length: 255
Example:

"1234567890"

notes
string | null

Free-form notes about the trip from the user

Example:

"Client lunch meeting"

purpose
enum<string> | null

Whether the trip was for business or personal use

Available options:
business,
personal
Example:

"personal"

amount
number | null

Computed mileage deduction amount in dollars (null for personal trips)

Example:

7.25

amount_reason
string | null

The reason for the computed amount

Example:

"Standard rate applied"