1.4.23 Service Member Information

Event notification for amendment in service member details of the party.

An event is published for an amendment in Service Member data segment. This event encompasses modifications such as addition, deletion, modification of service member info.

The Service Member 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. 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-26 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0104 SERVICE_MEMBER_INFO obpyRetAmendServiceMemberInfo Retail
Event Payload
{
        “applicationNumber”: “string”,
        “branchCode”: “000”,
        “userId”: “string”, 
        “partyId”: “string”, 
        “externalCustomerId”: “string”, 
        “partyType”: “I”,  
        “eventType”: “AMEND”,  
        “handoffStatus”: “SUCCESS”,  
        “sourceProductId”: “OBPY”,  
        “datasegmentCode”: “DS0104”, 
        “datasegmentName”: “SERVICE_MEMBER_INFO”,
        “httpMethod”: “PUT”,
        “amendPayload”: 
             “{\”recordId\”:\”string\”,\”parentId\”:\”string\”,\”partyId\”:\”string\”,\”versionNo\”:2,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T13:02:39\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T00:00:00\”,\”serviceBranch\”:\”ARM\”,\”employeeStatus\”:\”FT\”,\”rank\”:\”PRV\”,\”ataseg\”:\”OTE\”,\”remarksForArmedForce\”:\”string\”,\”employeeId\”:\”string\”,\”serviceObligationEndDate\”:\”2002-01-30\”,\”partyServiceMemberInfoDetailsList\”:[{\”id\”:\”string\”,\”parentId\”:\”string\”,\”unitName\”:\”string\”,\”orderNumber\”:\”string\”,\”startDate\”:\”2002-01-30\”,\”endDate\”:\”2021-01-30\”,\”notificationDate\”:\”2020-01-15\”,\”versionNo\”:1,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T13:02:39\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T13:02:39\”}],\”links\”:[]}”,
        “amendDateTime”: “2024-09-12T07:35:19.978318”,    
        “applicationDate”: “2020-03-26”
}