/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/action/removeContractTerms not found
Summary:
We are trying to use the API remove contract terms:
However, we are getting the following error when trying to run it:
The action removeContractTerms in resource contracts is not found.
Content (please ensure you mask any confidential information):
We are using a REST Adapter in OIC with the following Request payload:
URL: https://<fusion_url>/fscmRestApi/resources/11.13.18.05/contracts/300000008018885/action/removeContractTerms
REQUEST: Body
{ "deleteDeliverables" : true}
HEADER:
Content-Type = application/vnd.oracle.adf.action+json
and below is the response:
ERROR: 400
The action removeContractTerms in resource contracts is not found.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):