ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface PrintLabelsParams {
        labelIds: string[];
        format: "21x7.4" | "7.4x7.4";
        printerSettings?: { copies: number; orientation: "portrait" | "landscape" };
    }
    Index

    Properties

    labelIds: string[]
    format: "21x7.4" | "7.4x7.4"
    printerSettings?: { copies: number; orientation: "portrait" | "landscape" }