ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface ConvertToWorkOrderResponse {
        success: boolean;
        message: string;
        workOrders: any[];
        warnings?: string[];
    }
    Index

    Properties

    success: boolean
    message: string
    workOrders: any[]
    warnings?: string[]