Issues Reconfiguring a Sys Config Using the APIs
Summary:
We are trying to reconfigure sys configs using the Reconfigure APIs but having some issues with the payload format to get a proper return.
The use case is that we are using a third party application to call the APIs to perform the following actions in this order:
- Copy Transaction Line
- Reconfigure the original transaction line and updating qty in configuration
- Saving the reconfiguration back to the transaction
We’re getting stuck on the reconfiguring to update the qty. So far we’ve tried using:
Reconfigure Transaction Line: This one we’re having issues getting the request payload in the proper format to get a response. We are getting an error that the field “doesn't exist or is not accessible in resource commerceDocumentsOraclecpqoTransactionTransactionLine for current user." We’ve verified the field name is correct and on the layout, but it also seems like this API is bringing us into the top level of the sys config and not the actual model we want to configure, so we aren’t sure how to get to the actual model.