Transport Request pickup date

Export

PurchaseOrders

interface PurchaseOrders {
    items?: PurchaseOrderItems[];
    purchaseOrderDate?: string;
    purchaseOrderNumber?: string;
    shipWindow?: string;
}

Properties

A list of the items that are associated to the PO in this transport and their associated details.

Memberof

PurchaseOrders

purchaseOrderDate?: string

Purchase order numbers involved in this shipment, list all the PO that are involved as part of this shipment.

Memberof

PurchaseOrders

purchaseOrderNumber?: string

Purchase order numbers involved in this shipment, list all the PO that are involved as part of this shipment.

Memberof

PurchaseOrders

shipWindow?: string

Date range in which shipment is expected for these purchase orders.

Memberof

PurchaseOrders