1.6.1 Create Party to Account

Event notification for creation of a party to account relationship.

Table 1-54 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0102 PARTY_TO_ACCOUNT_CREATE obpyCreatePartyToAccount Retail/SMB
Event Payload
{
            "branchCode": "000",
            "userId": "string",  
            "eventType": "create", 
            "sourceProductId": "string",
            "datasegmentCode": "DS0102",   
            "datasegmentName": "PARTY_TO_ACCOUNT_CREATE",   
            "methodType": "POST",  
            "partyToAccountDetails": [        
                {
                      "externalCustomerNo": "string",
                      "accountNumber": "string", 
                      "accountType": "string",       
                      "partyRelationship": "string",        
                      "partyRole": "string",         
                      "ownershipType": "string",         
                      "responsibilityType": "string",        
                      "applicationType": "string",         
                      "productGroup": "string",          
                      "combinedStatement": "string",      
                      "nickName": "string",          
                      "secondNickName": "string",                         
                      "percentOwner": "100",          
                      "titlePosition": "string",     
                      "startDate": "2024-09-01",   
                      "endDate": null
                    }
               ]
        }