Maximo API Client - v0.9.01
    Preparing search index...

    Interface WorkOrder

    Interface representing a Work Order in Maximo

    interface WorkOrder {
        href?: string;
        "rdf:about"?: string;
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        wonum: string;
        description?: string;
        siteid?: string;
        status?: string;
        worktype?: string;
        wopriority?: number;
        schedstart?: string;
        schedfinish?: string;
        actstart?: string;
        actfinish?: string;
        location?: string;
        assetnum?: string;
        reportdate?: string;
        reportedby?: string;
        owner?: string;
        lead?: string;
        workorderid?: number;
        woactivity?: WorkOrderActivity[];
        wplabor?: WorkOrderLabor[];
        wpmaterial?: WorkOrderMaterial[];
        wpservice?: WorkOrderServicePlan[];
        wptool?: WorkOrderTool[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    href?: string

    URI that identifies the resource

    "rdf:about"?: string
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions
    wonum: string

    The work order number (identifier)

    description?: string

    Description of the work order

    siteid?: string

    Site ID where the work order is located

    status?: string

    Status of the work order (e.g., WAPPR, INPRG, COMP)

    worktype?: string

    Work type of the work order

    wopriority?: number

    Priority of the work order (1-999)

    schedstart?: string

    Scheduled start date of the work order

    schedfinish?: string

    Scheduled finish date of the work order

    actstart?: string

    Actual start date of the work order

    actfinish?: string

    Actual finish date of the work order

    location?: string

    Location where the work is to be performed

    assetnum?: string

    Asset on which the work is to be performed

    reportdate?: string

    Date the work order was reported

    reportedby?: string

    The person who reported the work order

    owner?: string

    Owner of the work order

    lead?: string

    Lead assigned to the work order

    workorderid?: number

    Plans for this work order

    woactivity?: WorkOrderActivity[]

    Work order plans associated with this work order

    wplabor?: WorkOrderLabor[]

    Labor plans for this work order

    wpmaterial?: WorkOrderMaterial[]

    Material plans for this work order

    wpservice?: WorkOrderServicePlan[]

    Service plans for this work order

    wptool?: WorkOrderTool[]

    Tool plans for this work order