Oracle Fusion: Unable to update system invoice hold DFF fields via REST Api
Summary:
Hi All,
- We tried to update system-generated AP invoice hold DFF values via the REST API but encountered errors.
- However, we were able to successfully update the DFF values on a manually applied AP invoice hold.
- At the same time, we were able to update the system-generated invoice hold DFF values via the Fusion Invoice Hold page
Details: Update "Price" hold DFF values
URI: /fscmRestApi/resources/11.13.18.05/invoiceHolds/74003/child/invoiceHoldDff/74003
Method: PATCH
Body :
{
"parentHoldId": 123456,
"parentNotificationId": 987654,
"coRevisionNumber": 222,
"requisitionNumber": 258741,
"requesterName": "G Man"
}
Error: You can't apply the same hold more than once to an invoice if an open hold already exists with the same hold name. (AP-810772)
Tagged:
0