1.4.3 Identification Details (ID Details)

Event notification for amendment in ID details of the party.

An event is published for an amendment in ID Details data segment. This event encompasses modifications such as addition, deletion, modification of ID details.

The ID Details 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.

In case of event generated for an amendment through patch API, recordStat field in the event identifies the nature of amendment as:
  • "U" - Update to an existing record.
  • "I" - Insert of a new record.
  • "D" - Delete of an existing record.

Table 1-5 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0009 ID_DETAILS obpyRetAmendIdDetails Retail
Event Payload
{
         “applicationNumber”: “string”, 
         “branchCode”: “000”,  
         “userId”: “string”,  
         “partyId”: “string”,  
         “externalCustomerId”: “string”, 
         “partyType”: “I”, 
         “eventType”: “AMEND”, 
         “handoffStatus”: “SUCCESS”,  
         “sourceProductId”: “OBPY”, 
         “datasegmentCode”: “DS0009”,
         “datasegmentName”: “ID_DETAILS”, 
         “httpMethod”: “PUT”,
         “amendPayload”: 
           “{\”recordId\”:\”string\”,\”parentId\”:\”string\”,\”partyId\”:\”string\”,\”versionNo\”:2,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T12:58:14\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T00:00:00\”,\”partyIdInfoDetailsList\”:[{\”id\”:\”string\”,\”parentId\”:\”string\”,\”idType\”:\”DLS\”,\”idStatus\”:\”AVL\”,\”uniqueId\”:\”string\”,\”placeOfIssue\”:\”string\”,\”validFrom\”:\”2000-01-01\”,\”validTill\”:\”2022-01-01\”,\”remarks\”:\”string\”,\”preferred\”:true,\”versionNo\”:1,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T12:58:14\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T12:58:14\”}],\”links\”:[]}”, 
         “amendDateTime”: “2024-09-12T07:35:20.039548”, 
         “applicationDate”: “2020-03-26” 
         }