ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface UnitOfMeasure {
        id: string;
        code: string;
        name: string;
        symbol: string | null;
        category: string;
        isActive: boolean;
        description: string | null;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    code: string
    name: string
    symbol: string | null
    category: string
    isActive: boolean
    description: string | null
    createdAt: string
    updatedAt: string