1.4.19 Employment
Event notification for amendment in employment details 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-23 Data Segment
Data Segment Code | Data Segment Name | Topic Name | Party Type |
---|---|---|---|
DS0019 | EMPLOYMENT | obpyRetAmendEmployment | Retail |
Event
Payload
{
"branchCode": "string",
"userId": "string",
"applicationNumber": "string",
"handoffStatus": "SUCCESS",
"sourceProductId": "OBPY",
"externalCustomerId": "string",
"partyId": "string",
"partyType": "I",
"eventType": "amend",
"datasegmentCode": "DS0019",
"datasegmentName": "EMPLOYMENT",
"methodType": "PUT",
"amendPayload": {
"links": [],
"recordId": "string",
"parentId": "string",
"partyId": "string",
"versionNo": "1",
"recordStat": "O",
"createdBy": "ADMINUSER1",
"creationDate": ""2018-03-30T00:00:00",
"updatedBy": "ADMINUSER2",
"updationDate": "2018-03-30T00:00:00",
"employmentDetailsRetailList": "[{id=string, parentId=string, partyId= string, employmentType=SVC, organizationName=OFSS06690, organizationDescription=string, organizationCategory=GOV, demographics=GLO, employmentStatus=FTM, employeeId=string, grade=string, designation=string, grossAnnualSalary=0, empAgreement=N, startDate=2000-01-01, endDate=2001-01-01, industryType=INTE, versionNo=1, recordStat=W, createdDate=2018-03-30T17:10:45, updatedDate=2018-03-30T17:10:45}]"
},
"amendDateTime": "2018-03-30T00:00:00.053035",
"applicationDate": "2018-03-30"
}
Parent topic: Retail Party Amendment