[en] TS002790463 — Performance issues related to web API
[en] 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.
[en] To resolve this, there is now an option for this endpoint to disregard validation of original rows.
[en] When `ignoreOriginalRows = true`, validation of the original rows is disregarded.
[en] N/A