1.6.1 Create Party to Account

Event notification for creation of a party to account relationship.

Table 1-52 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": "OBPY",
    "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",
            "startDate": "2016-01-01",
            "endDate": 2016-01-01
        }
    ]
}