Hello,
It doesn't look like you are sending all of the required data to make a successful POST. As an example, if you were to capture the traffic from the Maximo Mobile Inventory Receiving application when receiving an item, you would see a body like so:
{
"ponum": "226708",
"orgid": "MYORG",
"siteid": "BEDFORD",
"positeid": "BEDFORD",
"polinenum": 1,
"itemnum": "123456",
"itemsetid": "ITEMSET",
"linetype": "ITEM",
"receiptquantity": 2,
"inspectionrequired": true,
"rotating": false,
"actualdate": "2025-05-23T08:07:00-05:00",
"externalrefid": "98787fa002",
"sourcesysid": "INVRECEIVE",
"issuetype": "RECEIPT",
"tolot": "493d7bdf"
}
Specifically in your error, it says that you have not provided an externalrefid. This data will be stored in the MATRECTRANS table.
Wes Ellis
------------------------------
Wesley Ellis
------------------------------