Maximo Open Forum

 View Only
  • 1.  MAS Integration issue in POST method

    Posted 06-18-2025 05:59

    Hi All,

    I am facing an issue while integrating with Maximo Application Suite (MAS) via Postman. When I try to use the POST method to create a record, the request returns a 201 Created status code, but the data is not actually inserted into MAS.


    #Administration
    #Analytics
    #Architecture
    #Assets
    #CivilInfrastructure
    #Customizations
    #EndUser
    #EverythingMaximo
    #HSE/OilandGas
    #Infrastructure
    #Integrations
    #Inventory
    #IoT
    #LifeScience/Calibration
    #Linear
    #MaximoApplicationSuite
    #MaximoForAviation
    #MaximoUserGroups
    #Mobility
    #Nuclear
    #Procurement
    #Reporting
    #Scheduling
    #Security
    #ServiceProvider
    #Spatial
    #Transportation
    #Utilities
    #WorkCenters
    #WorkManagement
    #MaximoVisualInspection
    #Predict
    #Monitor
    #Health
    #Assist
    #Safety

    ------------------------------
    Munikrishnan Raji
    comm-it
    ------------------------------


  • 2.  RE: MAS Integration issue in POST method

    Posted 06-18-2025 09:56

    There's not enough context here. There are APIs for MAS Core, Manage, Monitor, etc. And there are multiple API endpoints in Manage (SOAP, legacy maxrest REST API, the JSON API, etc.). 

    Are you able to provide a sample URL & payload? For example:

    POST https://MYMANAGEURL/maximo/api/os/mxapiwodetail?lean=1
    Headers (if anything other than apikey)
    Body:
    {

    "wonum":"ABC123",
    "description":"My Description"
    }


    There is a lot of documentation on the Manage JSON API here: https://ibm-maximo-dev.github.io/maximo-restapi-documentation/ and https://community.ibm.com/community/user/asset-facilities/viewdocument/maximos-rest-api-aka-json-api-os?CommunityKey=ed77c224-45e2-47b0-b574-cc31496f9a41&tab=librarydocuments 

    What will sometimes happen is people will leave off the ?lean=1 query parameter. That causes it to be an OSLC API request which requires completely different formatted bodies. 



    ------------------------------
    Steven Shull
    Naviam
    ------------------------------



  • 3.  RE: MAS Integration issue in POST method

    Posted 06-24-2025 02:14

    Good Morning Sir,

    https://myserver/maximo/api/os/C_ASSETS/lean=1? 

    Using generated API key

    Body:

    {
      "description": "Testing for API 17/06",
      "orgid": "PI",
      "siteid": "PI01"
    }
    try also without lean=1
      Are you using another solution? Kindly share with me


    ------------------------------
    Munikrishnan Raji
    comm-it
    ------------------------------



  • 4.  RE: MAS Integration issue in POST method

    Posted 06-25-2025 01:08

    Good Morning,

      Thank you Sir



    ------------------------------
    Munikrishnan Raji
    comm-it
    ------------------------------