Update Person Relation

Update Person Relation Fields supported:

  • relationship
  • Request
    Security:
    path Parameters
    version
    required
    string
    Request Body schema: application/json
    holder_person_guid
    required
    string <uuid>
    related_person_guid
    required
    string <uuid>
    relationship
    required
    string (Relationship)
    Enum: "ASSOCIATE" "DEPENDENT" "BENEFICIALOWNER" "BENEFICIARY" "FUNDER" "UNAFFILIATED"
    Responses
    200

    Returns the updated Account

    400

    Bad request

    401

    Unauthorized

    404

    Not found

    500

    Server Error

    post/api/{version}/persons/updatepersonrelation
    Request samples
    application/json
    {
    • "holder_person_guid": "67b4ee47-03be-4fa4-8a21-68a2b2312803",
    • "related_person_guid": "ad395ead-8b71-46c4-b7c0-1c41ae432595",
    • "relationship": "ASSOCIATE"
    }
    Response samples
    application/json
    {
    • "holder_person_guid": "67b4ee47-03be-4fa4-8a21-68a2b2312803",
    • "related_person_guid": "ad395ead-8b71-46c4-b7c0-1c41ae432595",
    • "person_relationship": "string",
    • "sys_utcinserted": "2019-08-24T14:15:22Z",
    • "sys_utcupdated": "2019-08-24T14:15:22Z"
    }
    Copyright © Qolo 2019-2023. All right reserved.