Purchase Requisition API Issue - Incorrect Behavior
Summary:
We are trying to update the Procurement BU for Requistion. To achieve this we are trying to update the suggested buyer along with suggestedPrcBu so that Procurement BU will get changed.
From front UI it is working as explained above however for API it is not able to change the PRC Bu
Webservice using
https://xxxx-.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/purchaseRequisitions/300001057693930/child/lines/300001057968201
Operation:PATCH
payload
{ "RequisitionLineId": 300001057968201, "SuggestedBuyerEmail": "sahir.hussain@nmdc-group.com", "SuggestedBuyerId": 300000013616951, "SuggestedProcurementBU":"NMDC LTS - L.L.C - S.P.C BU", "RequestedDeliveryDate":"2026-03-18"}
Response: 200 OK Success
Issue: Procurement BU still not updated in Requisition.