Do you need to do anything special like backdating the statusdate? If you don't, you should be able to include the status attribute in the payload and add records to child tables. Just make sure that your object structure has the inbound processing class psdi.iface.app.wo.MaxWOProcess or at least psdi.iface.mic.StatefulMicSetIn
Something like below:
{
"status":"APPR",
"worklog":[
{
"description":"Test Worklog",
"logtype":"CLIENTNOTE"
}
]
}
------------------------------
Steven Shull
------------------------------
Original Message:
Sent: Tue March 28, 2023 09:36 AM
From: karthik krishnamurthy
Subject: Single REST call to update WO status and add WORKLOG
Hi,
I am in research on maximo REST call, it should call ChangeStatus of wo and add worklog records, please let me know how to achieve that through POSTMAN call.
Regards,
Karthik Krishnamurthy
------------------------------
karthik krishnamurthy
------------------------------
#Maximo
#MaximoIntegrationandScripting