1.4.2 Basic Info and Citizenship

Event notification for amendment in basic info and citizenship details of the party.

An event is published for an amendment in Basic Info and Citizenship data segment. This events encompass modifications such as changes in first name, last name, date of birth, marital status and so on.

The Basic Info and Citizenship Data Segment supports amendments via both PUT and PATCH API methods. When employing the PATCH API method for amendments, event publishing will be contingent on the information provided in the request and will solely include the attributes that have been modified.

The PATCH API method, an HTTP request method, is utilized for field-level modifications within a Data Segment of customer information, rather than updating the entire Data Segment Information. Through the PATCH Method, specific fields can be added, updated, or deleted at the Data Segment level by specifying the attributes requiring modification.

Table 1-3 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0003 BASIC_INFO obpyRetAmendBasicInfo Retail
Event Payload
{
        “applicationNumber”: “string”,
        “branchCode”: “000”,
        “userId”: “string”, 
        “partyId”: “string”,  
        “externalCustomerId”: “string”,   
        “partyType”: “I”,     
        “eventType”: “AMEND”,  
        “handoffStatus”: “SUCCESS”, 
        “sourceProductId”: “OBPY”,   
        “datasegmentCode”: “DS0003”,  
        “datasegmentName”: “BASIC_INFO”,  
        “httpMethod”: “PUT”,
        “amendPayload”:  
           “{\”recordId\”:\”string\”,\”partyId\”:\”string\”,\”partyType\”:\”I\”,\”partySubType\”:\”INDIVIDUAL\”,\”applicationNumber\”:\”string\”,\”customerVersionNo\”:2,\”facebookURL\”:\”www.facebook.com/Facebook\”,\”twitterURL\”:\”www.twitter.com/Twitter\”,\”blog\”:\”www.blog.com/Blog\”,\”tumblrID\”:\”www.blog.com/Tumblrid\”,\”isKYCVerified\”:\”Y\”,\”rmId\”:\”string\”,\”handOffStatus\”:false,\”language\”:\”ENG\”,\”externalCustomerNo\”:\”string\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T13:04:15\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T00:00:00\”,\”recordStat\”:\”O\”,\”versionNo\”:2,\”gender\”:\”F\”,\”dateOfBirth\”:\”2006-01-01\”,\”maritalStatus\”:\”MRD\”,\”nationality\”:\”US\”,\”nationalId\”:\”string\”,\”birthCountry\”:\”US\”,\”countryOfResidence\”:\”US\”,\”firstName\”:\”string\”,\”middleName\”:\”string\”,\”lastName\”:\”string\”,\”maidenName\”:\”string\”,\”shortName\”:\”string\”,\”residentStatus\”:\”C\”,\”title\”:\”PHD\”,\”suffix\”:\”SR\”,\”customerSegment\”:\”HNI\”,\”currency\”:\”USD\”,\”nameInLocalLanguage\”:\”string\”,\”branchCode\”:\”000\”,\”isCustomer\”:true,\”isInstaOnboarded\”:false,\”staff\”:false,\”frozen\”:false,\”bankrupt\”:false,\”deceased\”:false,\”wher
           whereaboutsUnknown\”:false,\”isMinorCustomer\”:false,\”birthPlace\”:\”string\”,\”riskLevel\”:\”RS2\”,\”detailPurpose\”:\”SAV\”,\”occupation\”:\”OWN\”,\”profession\”:\”441211\”,\”sourceProductId\”:\”OBPY\”,\”originCode\”:\”MCB\”,\”subOriginCode\”:\”PEN\”,\”salutation\”:\”MR\”,\”duplicateMerge\”:true,\”referralSource\”:\”WEB\”,\”customerStatus\”:\”ACT\”,\”delUpdatedOn\”:\”2024-09-12\”,\”memberStartDate\”:\”2020-03-26\”,\”sponsor\”:\”SBL\”,\”links\”:[]}”,   
        “amendDateTime”: “2024-09-12T07:35:19.829535”, 
        “applicationDate”: “2020-03-26”
        }