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

    Interface UpdatePurchaseOrderData

    interface UpdatePurchaseOrderData {
        supplierId?: string;
        orderDate?: string;
        expectedDate?: string;
        status?:
            | "DRAFT"
            | "CANCELLED"
            | "CONFIRMED"
            | "PARTIALLY_RECEIVED"
            | "RECEIVED";
        currencyId?: string;
        notes?: string;
        lines?: CreatePurchaseOrderLineData[];
    }
    Index

    Properties

    supplierId?: string
    orderDate?: string
    expectedDate?: string
    status?: "DRAFT" | "CANCELLED" | "CONFIRMED" | "PARTIALLY_RECEIVED" | "RECEIVED"
    currencyId?: string
    notes?: string