ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface WorkOrderCreationData {
        salesOrderId: string;
        clientId: string;
        finishedProductId: string;
        quantity: number;
        plannedStartDate?: Date;
        plannedEndDate?: Date;
        priority?: string;
        notes?: string;
    }
    Index

    Properties

    salesOrderId: string
    clientId: string
    finishedProductId: string
    quantity: number
    plannedStartDate?: Date
    plannedEndDate?: Date
    priority?: string
    notes?: string