The content of the request.
Businesses (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
Request
Links the person or business specified in the request body to the business specified in the URL as a legal representative. You must add legal representatives sequentially with individual calls to this endpoint.
Note: A legal representative can update the person
resource of any person connected to the business using the PATCH Update a person
method.
Note: It's mandatory to collect the tax information from each legal representative associated with the business and create a tax identification resource using POST Create a person tax identification.
The ID of the person or business to add as a legal representative of the given business.
The type of representation to assign to the legal representative.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/legal_representatives
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "legal_representative_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "type_of_representation": "ALONE", "power_of_attorney_confirmed_at": "2017-01-01T00:00:00Z" }
Successful result of the operation
ID of the person or business with the legal authority to represent the business.
The type of legal representative that this record represents.
UTC timestamp from when the legal representative's power of attorney was confirmed.
The type of legal representation.
{ "id": "a46578f4049f42aba9fe88a2a80fed53", "legal_representative_id": "33fbdd2c0bb94db1af5b5d2a4426cper", "legal_representative_type": "Person", "valid_until": "2022-12-31", "power_of_attorney_confirmed_at": "2022-04-22T16:02:54Z", "type_of_representation": "ALONE", "business_id": "095cc43012a04ccca02f0f93c145cbiz" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/legal_representatives
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
ID of the person or business with the legal authority to represent the business.
The type of legal representative that this record represents.
UTC timestamp from when the legal representative's power of attorney was confirmed.
The type of legal representation.
ID of the business for which the person or business is a legal representative.
[ { "id": "a46578f4049f42aba9fe88a2a80fed53", "legal_representative_id": "33fbdd2c0bb94db1af5b5d2a4426cper", "legal_representative_type": "Person", "valid_until": "2022-12-31", "power_of_attorney_confirmed_at": "2022-04-22T16:02:54Z", "type_of_representation": "ALONE", "business_id": "095cc43012a04ccca02f0f93c145cbiz" } ]
The content of the request.
The type of representation that the legal representative has for the business.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/legal_representatives/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "valid_until": "2022-12-31", "type_of_representation": "ALONE", "power_of_attorney_confirmed_at": "2017-01-01T00:00:00Z" }
Successful result of the operation
ID of the person or business with the legal authority to represent the business.
The type of legal representative that this record represents.
UTC timestamp from when the legal representative's power of attorney was confirmed.
The type of legal representation.
{ "id": "a46578f4049f42aba9fe88a2a80fed53", "legal_representative_id": "33fbdd2c0bb94db1af5b5d2a4426cper", "legal_representative_type": "Person", "valid_until": "2022-12-31", "power_of_attorney_confirmed_at": "2022-04-22T16:02:54Z", "type_of_representation": "ALONE", "business_id": "095cc43012a04ccca02f0f93c145cbiz" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/legal_representatives/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload