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

    Interface WorkOrderMaterial

    Interface representing a Work Order Material Plan in Maximo

    interface WorkOrderMaterial {
        itemnum?: string;
        description?: string;
        itemqty?: number;
        location?: string;
        storeloc?: string;
    }
    Index

    Properties

    itemnum?: string

    Item number

    description?: string

    Description of the item

    itemqty?: number

    Quantity of the item

    location?: string

    Store location of the item

    storeloc?: string

    Storeroom where the item is kept