post https://api.eu.mesh.complyadvantage.com/v2/batch-processing
This endpoint initiates a batch process asynchronously for a given workflow type.
The response will return an identifier
that can be used to retrieve the file processing status by polling GET /v2/batch-processing/{identifier}.
The workflow types available are:
- Create and screen a batch of customers
This workflow will initiate all of the steps in the 'Create and screen customer asynchronously' for each of the customers in your file.
The response will include an identifier
that can be used to check the status of the batch process,as well as any validation errors that have caused the file to not be processed.