Hi All,
We have an object structure with parent PO and child MATRECTRANS and we are able to receive item using this OS and we are using OSLC API.
We would like to know how to return an item uisng OSLC API with parent PO and child MATRECTRANS. Unfortunately we are not allowed to use OOB MXRECEIPT OS .
We are trying to send this data to Maximo to return an Item but we are getting error "BMXAA3268E - The status of the purchase order should be Approved or In Progress". The PO is in APPR status we have received items.
URL: http://localhost:9080/maximo/oslc/os/TXPO/<POID>/?lean=1
{
"matrectrans": [
{
"ponum": "1013",
"siteid": "HYD",
"positeid": "HYD",
"polinenum": 1,
"linetype": "ITEM",
"itemnum": "000611190725",
"tostoreloc": "STORE100",
"receiptquantity": -2,
"receivedunit": "STORE100",
"conversion": 1.00,
"issuetype": "RETURN",
"status": "COMP",
"receiptref":33
}
]
}
#Integrations------------------------------
Ajay Kotapati
BEUMER GROUP
------------------------------