Creates a new trip for the specified business. This endpoint is idempotent using the external_id field as the idempotency key.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json.
The UUID of the business.
The UUID of the vehicle used for this trip.
The distance traveled in miles, as a decimal string.
The date of the trip (YYYY-MM-DD).
An optional external identifier for the trip. If provided and a trip with this external_id already exists, the existing trip will be updated instead of creating a new one.
The purpose classification of the trip.
UNREVIEWED, BUSINESS, PERSONAL The starting address of the trip.
The ending address of the trip.
An optional description or notes about the trip.
Existing trip with matching external_id was updated.
The unique identifier of the trip.
The vehicle used for this trip.
The distance traveled in miles, as a decimal string.
The date of the trip (YYYY-MM-DD).
The purpose classification of the trip.
UNREVIEWED, BUSINESS, PERSONAL The IRS standard mileage rate in cents per mile applicable for the trip date.
The estimated tax deduction in cents. Only calculated for BUSINESS trips; returns 0 for PERSONAL and UNREVIEWED trips.
Timestamp when the trip was created.
Timestamp when the trip was last updated.
An optional external identifier for the trip, used for idempotency.
The starting address of the trip.
The ending address of the trip.
An optional description or notes about the trip.
Timestamp when the trip was deleted, or null if not deleted.