Update Owner
Modify benficial owner information. (Business Only)
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Owner ID.
Body
application/json
The details required to update the beneficial owner.
Full legal name of the person or business.
Example:
"Jane Smith"
The type of owner.
Available options:
individual
, business
, non-profit
Example:
"individual"
The role of involvment in the business.
Available options:
shareholder
, director
Example:
"shareholder"