You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Not able to update Credit Memo status from Complete to Incomplete through REST API

Summary:

Dear team,

I am trying to update the Credit Memo status from Complete to Incomplete in Oracle Fusion using the Receivables REST API through Postman.

The following transitions are working successfully:

  • Complete → Complete (Working)
  • Incomplete —> Incomplete (Working)
  • Complete → Incomplete (Not Working)

I am getting the below error while trying to change the status from Complete to Incomplete:

"You can't incomplete the credit memo using this REST service. (AR-857886)"

REST API:

PATCH /fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/{CustomerTransactionId}

Request Payload:

{  "CreditMemoStatus": "Incomplete"}

Questions:

  1. Is updating a completed Credit Memo back to Incomplete supported through REST API?
  2. Are there any business validations or profile options preventing this update?
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!