Once monitoring rules in the worklist are set up, you can add a person(-s) or business (-es) to the monitoring worklist.
If you want to add several businesses to monitoring, call the following endpoint:
PUT |
{worklistId}
- worklist Id, into which businesses will be added.
Name | Description | Mandatory/Optional | |
---|---|---|---|
1 | id | The unique Id of monitored business set by the user. | |
2 | name | The full name of the business to be monitored. | |
3 | countries | The list of countries related to the business in ISO2 format. |
|
In the response, you’ll get the results array with status codes, the same as for persons.
If you want to add a single business to monitoring, call the following endpoint:
PUT |
{worklistId}
- worklist Id, into which persons will be added.
{monitorRecordId}
- the unique Id of the business, who will be monitored.
Name | Description | Mandatory/Optional | |
---|---|---|---|
1 | name | The full name of the business to be monitored. | |
2 | countries | The list of countries related to business in ISO2 format. |
|
After successfully adding a business to the monitoring worklist you’ll get a response with success code 201: Created
.