Hi All,
I am trying to create PO/POLINE(with PRNUM,PRLINENUM ref in POLINE) record through REST API call, here is my Transaction data.
{
"ponum": "PO0003_1",
"revisionnum": 0,
"revcomments": "Rev 0",
"siteid": "TEST",
"issuedate": "2025-05-15T11:15:26+00:00",
"orgid": "CAN",
"status": "APPR",
"description": "test PO-PR0003",
"requestedby": "KK",
"sourcesysid": "OR",
"sendersysid": "OIC",
"potype": "STD",
"allowreceipt": true,
"vendor": "2611",
"poline": [
{
"polinenum":1,
"conversion": 1.0,
"linecost": 2250,
"loadedcost": 2250,
"orderqty": 5,
"enterdate": "2025-05-15T11:16:03+00:00",
"orderunit": "EA",
"orgid": "CAN",
"restype": "AUTOMATIC",
"itemnum": "KKITEM001",
"itemsetid": "ITEMSET",
"unitcost": 450,
"linetype": "ITEM",
"category": "STK",
"gldebitacct": "00000-00000-00000",
"requestedby": "KK",
"prnum":"PR0003",
"prlinenum":1
}
]
}
while i am sending this JSON data, getting the below error.
{
"Error": {
"extendedError": {
"moreInfo": {
"href": "https://main.manage.test-dev.suite.maximo.com/maximo/api/error/messages/BMXAA4214E"
}
},
"reasonCode": "BMXAA4214E",
"message": "BMXAA4214E - An unknown error has occurred. Please contact your system administrator for assistance. Gather the logs from the <HOME> directory and determine where and why the error occurred.\n\tnull",
"statusCode": "400"
}
}
there is nothing in log related with this BMXAA4214E error.
any help on this issue would be appreciated.
Regards,
Karthik Krishnamurthy
------------------------------
---------------------------
Karthik Krishnamurthy
---------------------------
------------------------------