TM Transaction Batch Upload – progress_percentage field deprecated
The progress_percentage field in the batch status response has been marked as deprecated and will be removed in a future version.
The progress_percentage field in the batch status response has been marked as deprecated and will be removed in a future version.
The failed_transaction_modification_ids field in the batch status response has been marked as deprecated and will be removed in a future version.
Transactions with non-unique modification IDs within a batch are marked accordingly in the validation results file, and those transactions are rejected.
reject_on_invalid configuration flag moved to request body.
Each batch must contain only unique transaction modification IDs. If duplicate transaction modification IDs are detected, the entire batch will be rejected, regardless of the reject_on_invalid flag is set to either true or false.
Added support for unknown entity type in transaction.
Added requirement for If-None-Match header in endpoint request,
to ensure rejecting conflicting uploads under the same url.
/api/transactions/batch/generate-upload-urlImproved the Transaction Batch documentation and OpenAPI specification to better reflect request/response formats and to improve generated API reference rendering.
Get trx batch validation results endpoint added to check results of batch validation step.
/api/transactions/batch/validation-result/{{batch-id}}Added reject_on_invalid parameter to the generate-upload-url endpoint to allow rejecting entire batch if any
transaction is invalid.
/api/transactions/batch/generate-upload-urlGet upload url for transaction batch