1.6.2 Update Party to Account
Event notification for update of a party to account relationship.
Table 1-55 Data Segment
Data Segment Code | Data Segment Name | Topic Name | Party Type |
---|---|---|---|
DS0103 | PARTY_TO_ACCOUNT_AMEND | obpyAmendPartyToAccount | Retail/SMB |
Note:
In case of delete of Party to Account Relationship, methodtype will be available as DELETE in the event.Event
Payload
{
"branchCode": "000",
"userId": "string",
"eventType": "amend",
"sourceProductId": "string",
"datasegmentCode": "DS0103",
"datasegmentName": "PARTY_TO_ACCOUNT_AMEND",
"methodType": "PUT",
"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": "0",
"titlePosition": "string",
"startDate": "2018-07-01",
"endDate": null
}
]
}
Parent topic: Party to Account