Introduction
A TripClassificationDefault stores the configured default trip classification for a specific driver (TripClassificationDefault.driver is set) or for the fleet as a whole (TripClassificationDefault.driver is null). The driver-specific record takes precedence over the fleet-wide record when resolving the effective default for a driver.
At most one record exists per driver and at most one fleet-wide (null-driver) record exists per database. These invariants are enforced by partial unique indexes on the backing table.
Private is not permitted as a configured default because silently hiding all unclassified trips would be misleading for compliance reporting. Callers that attempt to set a Private default receive a validation error from the bridge.
Properties

classification

The default TripClassificationType. Must be Business or Commute; Private is not permitted as a configured default.

createdAt

The DateTime at which the record was created (UTC).

createdByUser

The User who created the record.

driver

The User driver for whom this default applies. null means this is the fleet-wide default.

id

The unique identifier for the specific Entity object in the Geotab system. See Id.

modifiedAt

The DateTime at which the record was last modified (UTC). null if the record has never been modified after creation.

modifiedByUser

The User who last modified the record. null if the record has never been modified after creation.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 100 Get requests per 1m.1001mInactive
SetLimit of 100 Set requests per 1m.1001mInactive
AddLimit of 100 Add requests per 1m.1001mInactive
RemoveLimit of 100 Remove requests per 1m.1001mInactive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mInactive

Loading API Runner...