Contains input information to update Less-Than-Truckload (LTL) tracking information.

LtlTrackingDetailInput

interface LtlTrackingDetailInput {
    billOfLadingNumber?: string;
    freightBillNumber: string[];
}

Properties

billOfLadingNumber?: string

The number of the carrier shipment acknowledgement document.

LtlTrackingDetailInput

freightBillNumber: string[]

Number associated with the freight bill.

LtlTrackingDetailInput