How to update CBO record in oracle fusion using rest API
Summary:
A custom database object is created to store data (CBO). Where I should be able to update the any row using REST API. I am able to use GET
and POST
method to retrieve and create data in the CBO but while it use PUT
method I am getting error.
Error Message: URL request parameter Id cannot be used in this context.
Can anyone help here who has used rest Api to update a record in CBO?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):