TM Transaction Batch Upload – Docs and OpenAPI spec improved
Improved the Transaction Batch documentation and OpenAPI specification to better reflect request/response formats and to improve generated API reference rendering.
Improved 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-urlNew endpoint to retrieve Data Deletion Processes with pagination.
Returns data deletion processes sorted by tenant with pagination support.
Removed HalleyEnableDraftsAndEntitiesV2Endpoints feature flag.
/entitydataquery/api/v2/entity/get-entities-list/entitydataquery/api/v2/entity/search-entity-draftsAdded new Thresholds property to Risk Factor Groups in the risk model.
/riskquery/api/risk-model/riskquery/api/risk-model/{id}/riskquery/api/risk-model/{id}/version/{versionNumber}/riskcommand/api/risk-model/riskcommand/api/risk-model/{id}/riskcommand/api/risk-model/{id}Updated response to include basic AccessLayers data for InaccessibleEntities for verified and draft entities.
/entitydataquery/api/v2/entity/get-entities-list/entitydataquery/api/v2/entity/search-entity-draftsAdded investment account properties to role configuration:
Added new endpoint to query risk assessments for related parties by task id and entity ids.
/riskquery/api/risk-assessment/related-parties/{taskId:guid}Added validations in the Screening Receptor when a batch is created and results are sent back from the provider to check:
Also, added fields to the Screening Command API in order to support implementation of Alias Screening. For all the endpoints, entityAliases can be sent as null or an empty list if not using Alias Screening.
Added new endpoint to query risk assessment for a related party by task id and entity id.
/riskquery/api/risk-assessment/related-parties/{taskId:guid}/entity/{entityId:guid}