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

    Interface Client

    interface Client {
        id: string;
        code: string;
        name: string;
        email?: string;
        phone?: string;
        type: string;
        isActive: boolean;
        currencyId?: string;
        currency?: { id: string; code: string; symbol: string; name: string };
    }
    Index

    Properties

    id: string
    code: string
    name: string
    email?: string
    phone?: string
    type: string
    isActive: boolean
    currencyId?: string
    currency?: { id: string; code: string; symbol: string; name: string }