Svix

Sinay Webhook Event Types

This is the list of event types that we currently send. For guidance on how to listen to these events, take a look at Svix's guide to consuming webhooks.

container.arrival.at.first.pol

Container arrival at first pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.arrival.at.first.pol",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.arrival.at.post.pod

Container arrival at post pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "ARRI",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.arrival.at.post.pod",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.arrival.at.pre.pol

Container arrival at pre pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "ARRI",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.arrival.at.pre.pol",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.departure.from.final.pod

Container departure from final pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGO",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.departure.from.final.pod",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.departure.from.post.pod

Container departure from post pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "DEPA",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.departure.from.post.pod",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.departure.from.pre.pol

Container departure from pre pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "DEPA",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.departure.from.pre.pol",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.discharge.at.final.pod

Container discharge at final pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CDD",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.discharge.at.final.pod",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.discharge.at.post.pod

Container discharged at post pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "DISC",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.discharge.at.post.pod",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.discharge.at.transhipment_port

Container discharge at transhipment port

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CDT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.discharge.at.transhipment_port",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.loaded.at.first.pol

Container loaded at first pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CLL",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.loaded.at.first.pol",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.loaded.at.pre.pol

Container loaded at pre pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "ARRI",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "actual": true,
    "date": "2024-01-12T14:00:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 51.22047,
        "lng": 4.40026
      },
      "country": "Belgium",
      "countryCode": "BE",
      "locode": "BEANR",
      "name": "Antwerp",
      "state": "Flanders",
      "timezone": "Europe/Brussels"
    },
    "predictiveEta": null,
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.loaded.at.pre.pol",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

container.loaded.at.transhipment_port

Container loaded at transhipment port

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CLT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "container.loaded.at.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.arrival.at.first.pol

Container arrival at first pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.arrival.at.first.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.arrival.at.post.pod

Container arrival at post pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "ARRI",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.arrival.at.post.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.arrival.at.pre.pol

Container arrival at pre pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "ARRI",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.arrival.at.pre.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.departure.from.final.pod

Container departure from final pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGO",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.departure.from.final.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.departure.from.post.pod

Container departure from post pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "DEPA",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.departure.from.post.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.departure.from.pre.pol

Container departure from pre pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "DEPA",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.departure.from.pre.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.discharge.at.final.pod

Container discharge at final pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CDD",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.discharge.at.final.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.discharge.at.post.pod

Container discharged at post pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "DISC",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Discharge",
    "eventCode": "DISC",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.discharge.at.post.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.discharge.at.transhipment_port

Container discharge at transhipment port date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CDT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.discharge.at.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.loaded.at.first.pol

Container loaded at first pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CLL",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.loaded.at.first.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.loaded.at.pre.pol

Container loaded at pre pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "prepol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CGI",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.loaded.at.pre.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.container.loaded.at.transhipment_port

Container loaded at transhipment port date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "CLT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.container.loaded.at.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.vessel.arrival.at.final.pod

Vessel arrival at final pod date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VAD",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.vessel.arrival.at.final.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.vessel.arrival.at.transhipment_port

Vessel arrival at transhipment port date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VAT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.vessel.arrival.at.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.vessel.departure.from.first.pol

Vessel departure from first pol date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VDL",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.vessel.departure.from.first.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

date.changed.vessel.departure.from.transhipment_port

Vessel departure from transhipment port date has changed for more than 24h

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "delayInHoursSinceLastDateChange": 12.5,
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VDT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "date.changed.vessel.departure.from.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

shipment.added.to.endpoint

A new shipment has been added to a endpoint.

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": null,
  "eventName": "shipment.added.to.endpoint",
  "shipmentNumber": "FANU1172910",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

vessel.arrival.at.final.pod

Vessel arrival at final pod

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VAD",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "vessel.arrival.at.final.pod",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

vessel.arrival.at.transhipment_port

Vessel arrival at transhipment port

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VAT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "vessel.arrival.at.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

vessel.departure.from.first.pol

Vessel departure from first pol

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VDL",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "vessel.departure.from.first.pol",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}

vessel.departure.from.transhipment_port

Vessel departure from transhipment port

Example
JSON
{
  "containerDetails": {
    "containers": [
      {
        "events": [
          {
            "date": "2023-12-30T05:39:00Z",
            "delayInHours": 36.5,
            "description": "Loaded",
            "eventCode": "LOAD",
            "eventType": "EQUIPMENT",
            "facility": null,
            "initialDate": "2023-12-28T17:09:00.000Z",
            "isActual": true,
            "isAdditionalEvent": false,
            "location": {
              "coordinates": {
                "lat": 32.08354,
                "lng": -81.09983
              },
              "country": "United States",
              "countryCode": "US",
              "locode": "USSAV",
              "name": "Savannah",
              "state": "Georgia",
              "timezone": "America/New_York"
            },
            "routeType": "SEA",
            "status": "CLL",
            "transportType": "VESSEL",
            "vessel": {
              "callSign": "WDM2200",
              "flag": "US",
              "imo": 9349502,
              "mmsi": 369215000,
              "name": "COLORADO EXPRESS"
            },
            "voyage": "040E"
          }
        ],
        "isoCode": "45G1",
        "number": "FANU1172910",
        "status": "IN_TRANSIT"
      }
    ],
    "facilities": [
      {
        "bicCode": null,
        "coordinates": {
          "lat": null,
          "lng": null
        },
        "countryCode": "SA",
        "locode": null,
        "name": "Jeddah Red Sea Gateway Terminal",
        "smdgCode": null
      }
    ],
    "locations": [
      {
        "coordinates": {
          "lat": 51.22047,
          "lng": 4.40026
        },
        "country": "Belgium",
        "countryCode": "BE",
        "locode": "BEANR",
        "name": "Antwerp",
        "state": "Flanders",
        "timezone": "Europe/Brussels"
      }
    ],
    "metadata": {
      "sealine": "HLCU",
      "sealineName": "Hapag-Lloyd",
      "shipmentNumber": "FANU1172910",
      "shipmentType": "CT",
      "shippingStatus": "IN_TRANSIT",
      "updatedAt": "2024-01-03T12:49:37Z",
      "warnings": []
    },
    "route": {
      "pod": {
        "actual": false,
        "date": "2024-01-12T14:00:00Z",
        "location": {
          "coordinates": {
            "lat": 51.22047,
            "lng": 4.40026
          },
          "country": "Belgium",
          "countryCode": "BE",
          "locode": "BEANR",
          "name": "Antwerp",
          "state": "Flanders",
          "timezone": "Europe/Brussels"
        },
        "predictiveEta": null
      },
      "pol": {
        "actual": true,
        "date": "2023-12-12T05:14:00Z",
        "location": {
          "coordinates": {
            "lat": 32.08354,
            "lng": -81.09983
          },
          "country": "United States",
          "countryCode": "US",
          "locode": "USSAV",
          "name": "Savannah",
          "state": "Georgia",
          "timezone": "America/New_York"
        },
        "predictiveEta": null
      },
      "postpod": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      },
      "prepol": {
        "actual": null,
        "date": null,
        "location": null,
        "predictiveEta": null
      }
    },
    "routeData": {
      "ais": {
        "data": {
          "arrivalPort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T08:00:00Z",
            "dateLabel": "ETA"
          },
          "departurePort": {
            "code": "LEH",
            "countryCode": "FR",
            "date": "2024-01-02T08:00:00Z",
            "dateLabel": "ATD"
          },
          "dischargePort": {
            "code": "ANR",
            "countryCode": "BE",
            "date": "2024-01-12T14:00:00Z",
            "dateLabel": "ETA",
            "name": "Antwerp"
          },
          "lastEvent": {
            "date": "2023-12-30T16:24:00Z",
            "description": "Vessel departed",
            "voyage": "040E"
          },
          "lastVesselPosition": {
            "lat": 36.91255,
            "lng": -76.32769,
            "updatedAt": "2024-01-04T10:26:09Z"
          },
          "updatedAt": "2024-01-04T10:32:03Z",
          "vessel": {
            "callSign": "WDM2200",
            "flag": "US",
            "imo": 9349502,
            "mmsi": 369215000,
            "name": "COLORADO EXPRESS"
          }
        },
        "status": "OK"
      },
      "coordinates": {
        "lat": 39.178707,
        "lng": -49.913162
      },
      "routeSegments": [
        {
          "path": [
            {
              "lat": 32.0835,
              "lng": -81.0998
            }
          ],
          "routeType": "SEA"
        }
      ]
    },
    "vessels": [
      {
        "callSign": "WDM2200",
        "flag": "US",
        "imo": 9349502,
        "mmsi": 369215000,
        "name": "COLORADO EXPRESS"
      }
    ]
  },
  "containerNumber": "OOCU7903771",
  "eventDetails": {
    "date": "2023-12-30T05:39:00Z",
    "delayInHours": 36.5,
    "description": "Loaded",
    "eventCode": "LOAD",
    "eventType": "EQUIPMENT",
    "facility": null,
    "initialDate": "2023-12-28T17:09:00.000Z",
    "isActual": true,
    "isAdditionalEvent": false,
    "location": {
      "coordinates": {
        "lat": 32.08354,
        "lng": -81.09983
      },
      "country": "United States",
      "countryCode": "US",
      "locode": "USSAV",
      "name": "Savannah",
      "state": "Georgia",
      "timezone": "America/New_York"
    },
    "routeType": "SEA",
    "status": "VDT",
    "transportType": "VESSEL",
    "vessel": {
      "callSign": "WDM2200",
      "flag": "US",
      "imo": 9349502,
      "mmsi": 369215000,
      "name": "COLORADO EXPRESS"
    },
    "voyage": "040E"
  },
  "eventName": "vessel.departure.from.transhipment_port",
  "shipmentNumber": "OOCU7903771",
  "shipmentType": "CT",
  "timestamp": "2024-01-04T07:13:07.691Z"
}