MileageRecord

Represents mileage reported by a specific user on a specific date, for a specific project and codes.

Name Type Description
id string

The ID of this mileage record.

user string

The ID of the user who reported this mileage.

date string

The date of this mileage entry.

project string

The ID of the project associated with this mileage.

reason string

The ID of the reason (code) associated with this mileage.

distance float

The amount of reported mileage.

comment string

A comment about this mileage entry.

committed boolean

True if this record is committed at any point in the approvals process. You should not adjust this field directly; use the approval-related methods instead.

measurement string

The ID of the measurement unit (subsubcode) associated with this mileage.

vehicle string

The ID of the vehicle (subcode) associated with this mileage.

domain string

extra string

flags string