The content of the request.
Businesses (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
Bodyapplication/json
ID of the person to be associated with the business as a beneficial owner.
Example: "3b8cfd40fb4dce5a231251ea06a014cper"
The beneficial's voting share, expressed as a percentile value from 0 to 100 using the format xx.xx.
Example: "70.50"
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "person_id": "3b8cfd40fb4dce5a231251ea06a014cper", "voting_share": "70.50", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
Response
application/json
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadSuccessful result of the operation
Person or business ID of the beneficial owner.
Example: "b9c5661fc7d240b8b51b9059b580cper"
The beneficial owner's voting share. Expressed as a double-digit percentile (e.g., 75% would be expressed as 75).
Example: 75
The type of relationship that the beneficial owner has to the business.
Enum"DIRECTLY_HOLDING_25_PERCENT_OR_MORE""DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL""INDIRECTLY_HOLDING_25_PERCENT_OR_MORE"
Example: "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL"
Response
application/json
[ { "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" } ]
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadResponse
application/json
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
Bodyapplication/json
The content of the request.
The date when the person's beneficial owner role for the account expires.
Example: "2012-12-12"
The beneficial's voting share, expressed as a percentile value from 0 to 100 using the format xx.xx.
Example: "70.50"
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "valid_until": "2012-12-12", "voting_share": "70.50", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
Response
application/json
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }