FreightLens.io Public API
    • FreightLens Track & Trace API
      • Authentication
        • Get an access token
      • Shipments
        • Look up a shipment by reference
      • Schemas
        • Transmission
        • TransmissionHeader
        • ShipmentTracking
        • Location
        • Vessel
        • TransportCall
        • DocumentReference
        • ShipmentEvent
        • TransportEvent
        • EquipmentEvent
        • Container
        • Exception
        • Impact
        • SubscriptionRequest
        • Subscription
        • TokenResponse
        • Error
    • Getting Started
      • Getting Started with the FreightLens.io Track & Trace API
    • Authentication
      • Authentication
    • DCSA-aligned data elements
      • Data Elements & Enumerations (DCSA-aligned)

    Container

    {
        "containerNumber": "HAMU4486106",
        "isoType": "45GP",
        "references": {
            "property1": "string",
            "property2": "string"
        },
        "latestEvent": {
            "eventID": "d66eb199-edae-4511-96e7-d2277ccf1d87",
            "eventType": "EQUIPMENT",
            "eventDateTime": "2019-08-24T14:15:22.123Z",
            "eventLocation": {
                "locationName": "VUNG TAU",
                "unLocationCode": "VNVUT",
                "facilityCode": "CMIT",
                "facilityCodeListProvider": "BIC"
            },
            "transportCall": {
                "vessel": {
                    "vesselName": "ULSAN EXPRESS",
                    "vesselIMONumber": "9613020"
                },
                "location": {
                    "locationName": "VUNG TAU",
                    "unLocationCode": "VNVUT",
                    "facilityCode": "CMIT",
                    "facilityCodeListProvider": "BIC"
                },
                "facilityCode": "string",
                "unLocationCode": "string",
                "modeOfTransport": "VESSEL",
                "facilityTypeCode": "POTE",
                "exportVoyageNumber": "string",
                "importVoyageNumber": "string",
                "facilityCodeListProvider": "BIC",
                "transportCallSequenceNumber": 0
            },
            "emptyIndicatorCode": "LADEN",
            "equipmentReference": "string",
            "eventClassifierCode": "ACT",
            "eventCreatedDateTime": "2019-08-24T14:15:22.123Z",
            "equipmentEventTypeCode": "GTIN"
        },
        "eventHistory": [
            {
                "eventID": "d66eb199-edae-4511-96e7-d2277ccf1d87",
                "eventType": "EQUIPMENT",
                "eventDateTime": "2019-08-24T14:15:22.123Z",
                "eventLocation": {
                    "locationName": "VUNG TAU",
                    "unLocationCode": "VNVUT",
                    "facilityCode": "CMIT",
                    "facilityCodeListProvider": "BIC"
                },
                "transportCall": {
                    "vessel": {
                        "vesselName": "ULSAN EXPRESS",
                        "vesselIMONumber": "9613020"
                    },
                    "location": {
                        "locationName": "VUNG TAU",
                        "unLocationCode": "VNVUT",
                        "facilityCode": "CMIT",
                        "facilityCodeListProvider": "BIC"
                    },
                    "facilityCode": "string",
                    "unLocationCode": "string",
                    "modeOfTransport": "VESSEL",
                    "facilityTypeCode": "POTE",
                    "exportVoyageNumber": "string",
                    "importVoyageNumber": "string",
                    "facilityCodeListProvider": "BIC",
                    "transportCallSequenceNumber": 0
                },
                "emptyIndicatorCode": "LADEN",
                "equipmentReference": "string",
                "eventClassifierCode": "ACT",
                "eventCreatedDateTime": "2019-08-24T14:15:22.123Z",
                "equipmentEventTypeCode": "GTIN"
            }
        ]
    }
    Built with