Accounts
Update account relationship
Update account relationship. Only relationship_type can be updated. customer_id should not be modified.
put/accounts/{account_id}/relationships/{relationship_id}
Path parameters
relationship_idstring uuid required
Example:1a582c51-e4ff-4e57-9558-08cab6b963aa
Relationship ID of the account associate with the account entity
account_idstring uuid required
Example:57826c51-e4ff-4e57-9558-08cab6b963c7
Unique identifier for the account.
Request body
Example request
{
"ownership_percentage": 35.75
}Response
Updated account relationship
Example response
{
"ownership_percentage": 35.75
}