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

    Interface UpdateSupplierData

    interface UpdateSupplierData {
        website?: string;
        language?: string;
        logo?: string;
        currencyId?: string;
        isActive?: boolean;
        paymentTermsDays?: number;
        paymentMethod?: string;
        paymentTerms?: string;
        canOrder?: boolean;
        canBeDelivered?: boolean;
        canBeInvoiced?: boolean;
        canPay?: boolean;
        buyerId?: string;
        deliveryProgram?: boolean;
        incompleteDeliveryAllowed?: boolean;
        ourNumberAtSupplier?: string;
        backordersAllowed?: boolean;
        conformityCertificate?: boolean;
        supplierDeliveryTime?: number;
        qualityControl?: boolean;
        purchaseIncoterm?: string;
        invoiceShippingCosts?: string;
        freightForwarder?: string;
        noteOnPurchaseOrder?: string;
        noteOnReceptionNote?: string;
        notes?: string;
        internalNotes?: string;
        isClient?: boolean;
        isTransporter?: boolean;
        parentSupplierId?: string;
        rating?: number;
        qualityRating?: number;
        priceRating?: number;
        deliveryRating?: number;
        addresses?: Omit<
            Address,
            "id"
            | "createdAt"
            | "updatedAt"
            | "entityId"
            | "entityType",
        >[];
        contacts?: Omit<
            Contact,
            "id"
            | "createdAt"
            | "updatedAt"
            | "entityId"
            | "entityType",
        >[];
        legalIdentifiers?: Omit<
            LegalIdentifier,
            "id"
            | "createdAt"
            | "updatedAt"
            | "entityId"
            | "entityType",
        >[];
        code: string;
        name: string;
        type?: "SUPPLIER" | "SUBCONTRACTOR" | "MANUFACTURER";
        phone?: string;
        phonePrefix?: string;
        phoneType?: string;
        email?: string;
    }

    Hierarchy

    Index

    Properties

    website?: string
    language?: string
    logo?: string
    currencyId?: string
    isActive?: boolean
    paymentTermsDays?: number
    paymentMethod?: string
    paymentTerms?: string
    canOrder?: boolean
    canBeDelivered?: boolean
    canBeInvoiced?: boolean
    canPay?: boolean
    buyerId?: string
    deliveryProgram?: boolean
    incompleteDeliveryAllowed?: boolean
    ourNumberAtSupplier?: string
    backordersAllowed?: boolean
    conformityCertificate?: boolean
    supplierDeliveryTime?: number
    qualityControl?: boolean
    purchaseIncoterm?: string
    invoiceShippingCosts?: string
    freightForwarder?: string
    noteOnPurchaseOrder?: string
    noteOnReceptionNote?: string
    notes?: string
    internalNotes?: string
    isClient?: boolean
    isTransporter?: boolean
    parentSupplierId?: string
    rating?: number
    qualityRating?: number
    priceRating?: number
    deliveryRating?: number
    addresses?: Omit<
        Address,
        "id"
        | "createdAt"
        | "updatedAt"
        | "entityId"
        | "entityType",
    >[]
    contacts?: Omit<
        Contact,
        "id"
        | "createdAt"
        | "updatedAt"
        | "entityId"
        | "entityType",
    >[]
    legalIdentifiers?: Omit<
        LegalIdentifier,
        "id"
        | "createdAt"
        | "updatedAt"
        | "entityId"
        | "entityType",
    >[]
    code: string
    name: string
    type?: "SUPPLIER" | "SUBCONTRACTOR" | "MANUFACTURER"
    phone?: string
    phonePrefix?: string
    phoneType?: string
    email?: string