How To
Summary
Use Postman to send API request to create a service request and a follow-up work order
Steps
http://hostname:port/maximo/oslc/os/mxsr/?lean=1
Headers:
maxauth: bWF4YWRtaW46bWF4YWRtaW4=Content-Type: application/jsonproperties: ticketid, reportedby, assetnum, reportedphone, reportedemail, location, affectedpersonid, reportdate, description
Body:
Body:
{
"reportedby": "WILSON",
"assetnum": "11470",
"location": "REPAIR",
"affectedpersonid": "WILSON",
"description": "Hello Angela2",
"SITEID": "BEDFORD"
}
Output:
{
"_rowstamp": "5012061",
"assetnum": "11470",
"reportdate": "2023-05-23T22:20:36-07:00",
"reportedphone": "(617) 555-9017",
"description": "Hello Angela2",
"location": "REPAIR",
"reportedemail": "m.wilson@helwig.com",
"href": "http://hostname:port/maximo/oslc/os/mxsr/_U1IvMTIwNg--",
"reportedby": "WILSON",
"ticketid": "1206"
}
RESULTS: Service request 1206 is created in Maximo
2) Click the link in the href from the output.
Append to the end of the URL:
?action=wsmethod:createWorkorderPOST URL:
http://hostname:port/maximo/oslc/os/mxsr/_U1IvMTIwNg--?action=wsmethod:createWorkorder
Headers:
maxauth: bWF4YWRtaW46bWF4YWRtaW4=x-method-override: PATCHContent-Type: application/jsonRESULTS: Go to Maximo > Service Request application > Go to the new SR > Related Records tab
It creates a Service Request with a related work order

Additional Information
Log in to Maximo
Open a new browser tab and enter URL:
When we send the API MXAPISR request, it results in a list of available wsmethods:

"wsmethod:reprocessTkTemplateSortOrder"
"wsmethod:createWorkorder"
"wsmethod:createIssueToSR"
"wsmethod:managerSpecifications"
"wsmethod:createNewWorkorder"
"wsmethod:getWorkLog"
"wsmethod:changeStatus"
"wsmethod:managerEmailGuestUser"
"wsmethod:managerDomainGuestUser"
"wsmethod:createTicket"
"wsmethod:updateTicketTemplate"Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
12 July 2026
UID
ibm16998659