LinkAccountToBusinessInput
Input fields
The account ID.
The business ID.
The business role code of the linked account (default to OWNER).
Whether the business should be overwritten (default to false).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountId": "32037475",
"businessId": "63855188",
"roleCode": OWNER,
"shouldOverwrite": true
}