Update Shared Account

Use this end point to update a shared account status.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
holder_person_guid
required
string <uuid>

The unique identifier of the person who owns the account being shared

holder_shared_account_guid
required
string <uuid>

The unique identifier of the account being shared.

related_person_guid
required
string <uuid>

The unique identifier of the person who is receiving the account share.

holder_share_status
required
string (HolderShareStatus)

Status of the account share. If suspended, the account is no longer shared.

Enum: "APPROVE" "SUSPEND"
Responses
200

Returns updated shared information

400

Bad request

401

Unauthorized

404

Not found

500

Server Error

post/api/{version}/accounts/updatesharedaccount
Request samples
application/json
{
  • "holder_person_guid": "67b4ee47-03be-4fa4-8a21-68a2b2312803",
  • "holder_shared_account_guid": "86478687-07a7-49d5-8d37-77d8a759f0b8",
  • "related_person_guid": "ad395ead-8b71-46c4-b7c0-1c41ae432595",
  • "holder_share_status": "APPROVE"
}
Response samples
application/json
{
  • "holder_person_guid": "67b4ee47-03be-4fa4-8a21-68a2b2312803",
  • "related_person_guid": "ad395ead-8b71-46c4-b7c0-1c41ae432595",
  • "holder_shared_account_guid": "86478687-07a7-49d5-8d37-77d8a759f0b8",
  • "holder_wallet_guid": "56e8c513-b31c-4aa1-982a-6e4d034fae0f",
  • "relationship": "string",
  • "holder_share_status": "string",
  • "system_share_status": "string"
}
Copyright © Qolo 2019-2023. All right reserved.