6. Add business UBOs (optional)
POST {{host}}/v1/profiles/{{business-profile-id}}/ubos
Saves all ultimate business owners for the business in question. UBOs must be natural persons and a UBO could be a person that owns a parent business or someone who owns the business in question.
Request Body
{"0"=>{"name"=>"Jimmy Doe", "dateOfBirth"=>"1982-05-20", "countryOfResidenceIso3Code"=>"usa", "addressFirstLine"=>"123 Fake St", "postCode"=>"FK 12345", "ownershipPercentage"=>30}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
[{"id":"e28cc6e9b343eef7f618923b4ade2619","name":"John Doe","dateOfBirth":"1982-05-20","countryOfResidenceIso3Code":"usa","addressFirstLine":"123 Fake St","postCode":"FK 12345","ownershipPercentage":30},{"id":"a9578a5a0544d06fd73756dc627518a4","name":"Jane Doe","dateOfBirth":"1981-12-07","countryOfResidenceIso3Code":"usa","addressFirstLine":"125 Fake St","postCode":"FK 12545","ownershipPercentage":40}]