Is there any REST API available to update AR Invoice/Transaction lines?
Hello there,
Our customer needs to update AR Invoice/Transaction lines once they have been created via REST API or FBDI, the REST API available is receivablesInvoices which allow to create the invoice with the respective lines and details but it does not cover the update of the lines and it returns always the error: The action "update" is not enabled
The only option I could find in support is the note "Sample Payload to Update DFF at Receivables Invoice Line Level (Doc ID 2513530.1)" indicating how to update line DFFs but not other attributes.
The business case is basically that customer needs to correct several invoice lines after a mass invoice creation according with some parameters which are determined after that import/creation, so they need to correct/update the existing invoice lines via REST API or SOAP Service because manual updates are not feasible because of the volume of data.