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

    Interface CreatePurchaseOrderData

    interface CreatePurchaseOrderData {
        supplierId: string;
        orderDate: string;
        expectedDate?: string;
        currencyId?: string;
        notes?: string;
        lines: CreatePurchaseOrderLineData[];
    }
    Index

    Properties

    supplierId: string
    orderDate: string
    expectedDate?: string
    currencyId?: string
    notes?: string