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

    Interface WorkCenter

    interface WorkCenter {
        id: string;
        name: string;
        code: string;
        capacity?: number;
        costPerHour?: number;
    }
    Index

    Properties

    id: string
    name: string
    code: string
    capacity?: number
    costPerHour?: number