create_business
Add a new business record for an existing customer by providing the customer ID, business name, and optionally the business type.
Instructions
Create a business record for a customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| business_name | Yes | ||
| business_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |