Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.05 KB

Dvir.md

File metadata and controls

27 lines (23 loc) · 2.05 KB

Dvir

Information about a DVIR.

Properties

Name Type Description Notes
author_signature DvirAuthorSignature [optional]
end_time str Time when driver signed and completed this DVIR. UTC timestamp in RFC 3339 format. Example: `2020-01-27T07:06:25Z`. [optional]
id str Unique Samsara ID for the DVIR.
license_plate str The license plate of this vehicle. [optional]
location str Optional string if your jurisdiction requires a location of the DVIR. [optional]
mechanic_notes str The mechanics notes on the DVIR. [optional]
odometer_meters int The odometer reading in meters. [optional]
safety_status str The condition of vehicle on which DVIR was done. [optional] [default to 'unsafe']
second_signature DvirSecondSignature [optional]
start_time str Time when driver began filling out this DVIR. UTC timestamp in RFC 3339 format. Example: `2020-01-27T07:06:25Z`. [optional]
third_signature DvirThirdSignature [optional]
trailer DvirTrailer [optional]
trailer_defects list[DvirTrailerDefectsItems] Defects registered for the trailer which was part of the DVIR. [optional]
trailer_name str The name of the trailer the DVIR was submitted for. Only included for tractor+trailer DVIRs. [optional]
type str Inspection type of the DVIR. [optional] [default to 'unspecified']
vehicle DvirVehicle [optional]
vehicle_defects list[DvirTrailerDefectsItems] Defects registered for the vehicle which was part of the DVIR. [optional]

[Back to Model list] [Back to API list] [Back to README]