Is there a public API for programmatically updating the earliest_settlement_date field value in temp
We have the need to programmatically set a date until which advances for guarantee payments should not close accounts payable.
We assume that for this purpose it is correct to use the standard field earliest_settlement_date of the ap_invoices_all table.
However, through the Invoices Open Interface the value of this field cannot be set (there is no such field in the ap_invoices_interface table).
So I'm looking for ways to legally change the value of this field through some kind of API.