3. Create business UBOs
POST {{host}}/v1/profiles/{{business-profile-id}}/ubos
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 |
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}]