1.5.9 Membership and Associations

Event notification for amendment in membership and association details of the party.

Table 1-44 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0029 MEMBERSHIP obpySmbAmendMembership SMB
Event Payload
{
    "branchCode": "string",
    "userId": "string",
    "applicationNumber": "string",
    "handoffStatus": "SUCCESS",
    "sourceProductId": "OBPY",
    "externalCustomerId": "string",
    "partyId": "string",
    "partyType": "S",
    "eventType": "amend",
    "datasegmentCode": "DS0029",
    "datasegmentName": "MEMBERSHIP",
    "methodType": "PUT",
    "amendPayload": {
        "recordId": "string",
        "parentId": "string",
        "partyId": "string",
        "versionNo": "1",
        "recordStat": "O",
        "createdBy": "ADMINUSER1",
        "creationDate": "2018-03-30T00:00:00",
        "updatedBy": "ADMINUSER2",
        "updationDate": "2018-03-30T00:00:00",
        "partyMembershiplist": [
            {
id= string, parentId= string, partyId= string, institutionName= string, institutionType= string, membershipType= string, memeberSince= 2024-03-15, memebershipValidTill= 2024-03-15
            }
        ]
    },
    "amendDateTime": "2018-03-30T00:00:00.053035",
    "applicationDate": "2018-03-30"
}