Add person information
Business endpoint for adding new person information
Headers
x-api-key
x-internal-api-key
Request
This endpoint expects a list of objects.
id
Unique external identifier of the person entity, ID stored in your database / back-office
timestamp
Original timestamp relating to this person entity creation/change
is_beneficial_owner
If the person is a beneficial owner of the parent entity, this should be set to true
is_director
If the person is a director of the parent entity, this should be set to true
is_account_owner
If the person is an account owner of the parent entity, this should be set to true
is_test_user
If the person is a test user, this should be set to true
data
is_significant_control_person
If the person is a has significant control of the parent entity, this should be set to true
ownership_percentage
If the person is a shareholder of the parent entity, this should be set to their ownership percentage, as a value between 0 and 1
parent
Response
Operation success
success
You probably did something wrong if you set this to false