Maximo

 View Only
Expand all | Collapse all

Maximo OSLC REST Workorder-Woactivity

  • 1.  Maximo OSLC REST Workorder-Woactivity

    Posted Tue November 22, 2022 09:57 AM
    Hi All,

    I Just wanted to create a workorder with set of Tasks(WOACTIVITY) with a single shot OSLC REST call.
    while i am trying to do this, i  for the below error

    Is there anyway in maximo REST OSLC method to create workorder and tasks in a single JSON data processing?

    Thanks in advance.
    Karthik Krishnamurthy

    ------------------------------
    karthik krishnamurthy
    ------------------------------

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Maximo OSLC REST Workorder-Woactivity

    IBM Champion
    Posted Tue November 22, 2022 07:48 PM
    Your JSON would look like this:

    {
        "siteid": "BEDFORD",
        "description": "From Postman 1",
        "woactivity":
        [
            {
                "taskid": "10",
                "description": "Task 1"
            }
        ]
    }

    Post: ...maximo/oslc/os/MXWOACT

    OS: 


    ------------------------------
    Nivin Jacob George Senior Consultant
    Senior Consultant
    BPD Zenith
    Melbourne VIC
    ------------------------------