1.4.20 Employment

Event notification for amendment in employment relationship of the party.

The employment information 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-22 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0019 EMPLOYMENT obpyRetAmendEmployment Retail
Event Payload
{
    “applicationNumber”: “string”,   
    “branchCode”: “000”,    
    “userId”: “string”,   
    “partyId”: “string”,   
    “externalCustomerId”: “string”,
    “partyType”: “I”,   
    “eventType”: “AMEND”,  
    “handoffStatus”: “SUCCESS”, 
    “sourceProductId”: “OBPY”, 
    “datasegmentCode”: “DS0019”, 
    “datasegmentName”: “EMPLOYMENT”,   
    “httpMethod”: “PUT”,
    “amendPayload”: 
        “{\”partyId\”:\”string\”,\”versionNo\”:7,\”recordStat\”:\”O\”,\”updatedBy\”:\”string\”,\”updationDate\”:\”2020-03-26T00:00:00\”,\”employmentDetailsRetailList\”:[{\”employmentType\”:\”SVC\”,\”organizationName\”:\”OFSS\”,\”organizationDescription\”:\”string\”,\”organizationCategory\”:\”PVT\”,\”demographics\”:\”GLO\”,\”employmentStatus\”:\”FTM\”,\”employerAddress\”:\”string\”,\”employeeId\”:\”string\”,\”employmentTenure\”:\”string\”,\”officeLocation\”:\”string\”,\”customerLocation\”:\”string\”,\”grossAnnualSalary\”:0,\”empAgreement\”:\”Y\”,\”occupation\”:\”string\”,\”jobTitle\”:\”string\”,\”primaryEmployment\”:\”string\”,\”startDate\”:\”2018-03-10\”,\”department\”:\”\”,\”industryType\”:\”INTE\”,\”professionName\”:\”string\”,\”professionDescription\”:\”string\”,\”professionalsCompanyName\”:\”string\”,\”registrationNumber\”:\”string\”,\”professionalMailID\”:\”string\”}],\”links\”:[]}”,   
    “amendDateTime”: “2024-09-11T07:59:05.121187”,
    “applicationDate”: “2020-03-26”
}