ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface UpdateQualityControlParams {
        result?: string;
        passed?: boolean;
        notes?: string;
        photos?: string[];
        attachments?: string[];
    }
    Index

    Properties

    result?: string
    passed?: boolean
    notes?: string
    photos?: string[]
    attachments?: string[]