ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface Supplier {
        id: string;
        name: string;
        code: string;
        email?: string;
        phone?: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    code: string
    email?: string
    phone?: string