ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface SupplierData {
        supplierId: string;
        supplierCode: string;
        supplierName: string;
        rawMaterials: RawMaterialData[];
        totals: { purchasesA1: number; forecastCost: number };
    }
    Index

    Properties

    supplierId: string
    supplierCode: string
    supplierName: string
    rawMaterials: RawMaterialData[]
    totals: { purchasesA1: number; forecastCost: number }