Introduction
A ShipmentLog is a record of shipment transported by a specified vehicle for a duration of time.
Properties

ActiveFrom

The date the shipment was started. Default [UtcNow].

ActiveTo

The date the shipment was ended. Default [MaxDate].

Commodity

The commodity shipped. Maximum length [255] Default [""].

DateTime

The date and time the log was created.

Device

The Device associated with this log.

DocumentNumber

The identifier of the shipment document. Default [""].

Driver

The User who created this log.

Id

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

ShipperName

The name of the shipper. Default [""].

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 350 Get requests per 1m.3501mActive
SetLimit of 350 Set requests per 1m.3501mActive
AddLimit of 100 Add requests per 1m.1001mActive
RemoveLimit of 100 Remove requests per 1m.1001mActive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mActive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
Pagination

Results limit

50000

Supported sort

SortByDate sorts by the ShipmentLog.DateTime property.

SortByVersion

Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Active