Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/

Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Assigns a person to the given business as a signee.

Path
business_idstringrequired
Bodyapplication/json

The content of the request.

person_idstring

ID of the person to add to the business as a signee.

Example: "0ba2211cab11af6094d60ead81f2bd9dcper"
application/json
{ "person_id": "0ba2211cab11af6094d60ead81f2bd9dcper" }

Responses

Successful result of the operation

Bodyapplication/json
idstring

Unique ID of the signee role assigned to a person.

Example: "43f732deceba4e908835b62815bae4a6"
person_idstring

Unique ID of the person resource created for a business's signee.

Example: "dc1a6812a14f6cc338cd084208535bcdcper"
business_idstring

Unique ID of the business resource.

Example: "880bbac68a34add190786b9c74f4c82fcbiz"
Response
application/json
{ "id": "43f732deceba4e908835b62815bae4a6", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "business_id": "880bbac68a34add190786b9c74f4c82fcbiz" }

Request

Returns an array containing all signees for the given business.

Path
business_idstringrequired
No request payload

Responses

Successful result of the operation

Bodyapplication/jsonArray [
idstring

Unique ID of the signee role assigned to a person.

Example: "43f732deceba4e908835b62815bae4a6"
person_idstring

Unique ID of the person resource created for a business's signee.

Example: "dc1a6812a14f6cc338cd084208535bcdcper"
business_idstring

Unique ID of the business resource.

Example: "880bbac68a34add190786b9c74f4c82fcbiz"
]
Response
application/json
[ { "id": "43f732deceba4e908835b62815bae4a6", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "business_id": "880bbac68a34add190786b9c74f4c82fcbiz" } ]

Request

Deletes the business signee specified in the request URL.

Path
business_idstringrequired
idstringrequired
No request payload

Responses

Successful result of the operation

Body
Response
No content