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)

    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
    }
    Built with