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
------------------------------
Original Message:
Sent: 06-18-2025 09:56
From: Steven Shull
Subject: MAS Integration issue in POST method
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
Original Message:
Sent: 06-18-2025 05:59
From: Munikrishnan Raji
Subject: MAS Integration issue in POST method
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
------------------------------