Skip to main content

Shipment_loggers table

In this section:

The Shipment_loggers table contains information about the loggers in a shipment and its wake-up interval.

Data type

Description

bigint

Big integer, large number.

decimal

Number with decimal point, in 11,7 format: 11 digits before decimal point, 7 digits after decimal point.

double

Double; 8-byte double-precision floating point numbers.

int

Integer, whole number.

string

String, text.

ts

Timestamp, in YYYY-MM-DDTHH:MM:SSZ format.

Table 2. Shipment_loggers

Item

Data type

Description

shipment_reference

string

Primary key. Foreign key.

logger_id

string

Primary key.

placement_reference

string

Reference to placement of logger in shipment.

pallet_reference

string

Reference to pallet where logger is located in shipment.

preferred_wakeup_interval

int

Preferred wake-up interval configured for the logger, as number of hours between waking up.

logger_type

string

Logger type:

  • CO10

  • Saga

  • ThirdParty

  • Unknown