ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface UpdateDeliveryNoteData

    interface UpdateDeliveryNoteData {
        clientId?: string;
        transporterId?: string;
        salesOrderId?: string;
        deliveryDate?: string;
        notes?: string;
        deliveryLines?: {
            salesOrderLineId?: string;
            finishedProductId?: string;
            quantityOrdered: number;
            quantityDelivered: number;
            unitPrice: number;
            totalPrice: number;
            notes?: string;
        }[];
        id: string;
    }

    Hierarchy

    Index

    Properties

    clientId?: string
    transporterId?: string
    salesOrderId?: string
    deliveryDate?: string
    notes?: string
    deliveryLines?: {
        salesOrderLineId?: string;
        finishedProductId?: string;
        quantityOrdered: number;
        quantityDelivered: number;
        unitPrice: number;
        totalPrice: number;
        notes?: string;
    }[]
    id: string