5. Update business UBOs (optional)
PUT {{host}}/v1/profiles/{{business-profile-id}}/ubos
Overrides ultimate beneficial owners in the business profile. Returns the list of all ultimate beneficial owners associated with the business profile.
Request Body
{"0"=>{"name"=>"John Doe", "dateOfBirth"=>"1982-05-20", "countryOfResidenceIso3Code"=>"usa", "addressFirstLine"=>"123 Fake St", "postCode"=>"FK 12345", "ownershipPercentage"=>30}, "1"=>{"name"=>"Jane Doe", "dateOfBirth"=>"1981-12-07", "countryOfResidenceIso3Code"=>"usa", "addressFirstLine"=>"125 Fake St", "postCode"=>"FK 12545", "ownershipPercentage"=>40}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |