Contractual or operational port or point relevant to the movement of the cargo.

Stop

interface VendorShipmentsApiModelStop {
    arrivalTime?: string;
    departureTime?: string;
    functionCode:
        | VendorShipmentsApiModelStopFunctionCodeEnum
        | "PortOfDischarge"
        | "FreightPayableAt"
        | "PortOfLoading";
    locationIdentification?: VendorShipmentsApiModelLocation;
}

Properties

arrivalTime?: string

Date and time of the arrival of the cargo.

Stop

departureTime?: string

Date and time of the departure of the cargo.

Stop

functionCode:
    | VendorShipmentsApiModelStopFunctionCodeEnum
    | "PortOfDischarge"
    | "FreightPayableAt"
    | "PortOfLoading"

Provide the function code.

Stop

locationIdentification?: VendorShipmentsApiModelLocation

Stop

MMNEPVFCICPMFPCPTTAAATR