TS002790463 — Performance issues related to web API
Fixed: Previously, the API endpoint `/api/v1/payee/tsapi/tabledata/{table}` required processing the most up-to-date records. This required the user to perform data retrieval prior to the update, which takes time.
To resolve this, there is now an option for this endpoint to disregard validation of original rows.
When `ignoreOriginalRows = true`, validation of the original rows is disregarded.