1.5.5 Owner

Event notification for amendment in owner details of the party.

Table 1-37 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0066 OWNER_REL obpySmbAmendOwnerRel SMB
Event Payload
{
    "branchCode": "string",
    "userId": "string",
    "applicationNumber": "string",
    "handoffStatus": "SUCCESS",
    "sourceProductId": "OBPY",
    "externalCustomerId": "string",
    "partyId": "string",
    "partyType": "S",
    "eventType": "amend",
    "datasegmentCode": "DS0066",
    "datasegmentName": "OWNER_REL",
    "methodType": "PUT",
    "amendPayload": {
        "ownerRelationshipDetails": {
           "recordId": "string",
            "parentId": "string",
            "partyId": "string",
            "versionNo": "1",
            "recordStat": "O",
            "createdBy": "ADMINUSER1",
            "createdDate": "2023-01-30",
            "updatedBy": "ADMINUSER2",
            "updatedDate": "2023-01-30",
            "ownerList": [
                {
                    "id": null,
                    "parentId": null,
                    "associatePartyId": "12322",
                    "ownershipPercentage": "100",
                    "associatedSince": null
                }
            ]
        },
        "amendDateTime": "2024-03-13T08:40:41.990807",
        "applicationDate": "2020-03-26"
    }