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

    Interface LabelTemplate

    interface LabelTemplate {
        id: string;
        name: string;
        description?: string;
        type: string;
        content: string;
        isActive: boolean;
        finishedProduct?: { id: string; name: string; code: string };
        usageCount: number;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    name: string
    description?: string
    type: string
    content: string
    isActive: boolean
    finishedProduct?: { id: string; name: string; code: string }
    usageCount: number
    createdAt: string
    updatedAt: string