1.4.4 Contact Details
Event notification for amendment in contact details of the party.
An event is published for an amendment in Contact Details data segment. This event encompasses modifications such as addition, deletion, modification of contact details including mobile and email contacts.
The Contact 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.
- "U" - Update to an existing record.
- "I" - Insert of a new record.
- "D" - Delete of an existing record.
Table 1-6 Data Segment
Data Segment Code | Data Segment Name | Topic Name | Party Type |
---|---|---|---|
DS0004 | CONTACT_DETAILS | obpyRetAmendContact | Retail |
{
“applicationNumber”: “string”,
“branchCode”: “000”,
“userId”: “string”,
“partyId”: “string”,
“externalCustomerId”: “string”,
“partyType”: “I”,
“eventType”: “AMEND”,
“handoffStatus”: “SUCCESS”,
“sourceProductId”: “OBPY”,
“datasegmentCode”: “DS0004”,
“datasegmentName”: “CONTACT_DETAILS”,
“httpMethod”: “PUT”,
“amendPayload”:
“{\”recordId\”:\”string\”,\”parentId\”:\”string\”,\”partyId\”:\”string\”,\”versionNo\”:2,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T12:58:38\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T00:00:00\”,\”partyContactDetailsList\”:[{\”id\”:\”string\”,\”parentId\”:\”string\”,\”mediaType\”:\”MBL\”,\”line1\”:\”string\”,\”line2\”:\”string\”,\”contactSubType\”:\”RES\”,\”preferred\”:true,\”recordStat\”:\”O\”,\”createdBy\”:\”string\”,\”createdDate\”:\”2020-03-26T12:58:38\”,\”updatedBy\”:\”string\”,\”updatedDate\”:\”2020-03-26T12:58:38\”}],\”links\”:[]}”,
“amendDateTime”: “2024-09-12T07:35:19.766836”,
“applicationDate”: “2020-03-26”
}
Parent topic: Retail Party Amendment