Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| BulkSearchId | Int32 | Id number of the bulk search | |
| Success | bool | Whether the bulk search was created successfully or not | |
| Status | String | Current status of the bulk search. | |
| Total | int | The total number of new searches to be processed | |
| Message | String | Error message associated with the bulk search if applicable | |
| Processed | int | The number of search records processed so far from the bulk search | |
| IsPepSearch | bool | True if the bulk search ran was PEP search type | |
| IsSanctionsSearch | bool | True if the bulk search ran was sanctions search type | |
| TotalPep | Int | The total number of new PEP searches to be processed | |
| ProcessedPep | int | The number of PEP search records processed so far from the bulk search | |
| TotalSanctions | Int | The total number of new Sanctions searches to be processed | |
| ProcessedSanctions | int | The number of Sanctions search records processed so far from the bulk search |