1.4.20 Consent and Preferences

Event notification for amendment in consent and preferences details of the party including e-sign, marketing and communication, privacy information, minor consent details.

Table 1-24 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0026 CONSENT obpyRetAmendConsent Retail
Event Payload
{
    "branchCode": "string",
    "userId": "string",
    "applicationNumber": "string",
    "handoffStatus": "SUCCESS",
    "sourceProductId": "OBPY",
    "externalCustomerId": "string",
    "partyId": "string",
    "partyType": "I",
    "eventType": "amend",
    "datasegmentCode": "DS0026",
    "datasegmentName": "CONSENT",
    "methodType": "PUT",
    "amendPayload": {
        "recordId": "string",
        "parentId": "string",
        "partyId": "string",
        "versionNo": "1",
        "recordStat": "O",
        "createdBy": "ADMINUSER1",
        "createdDate": "2018-03-30T00:00:00",
        "updatedBy": "ADMINUSER2",
        "updatedDate": "2018-03-30T00:00:00",
        "eSignConsent": "false",
        "marketingConsent": "false",
        "minorConsentDate": "2018-03-22",
        "partyMarketingCommsDetailsList": [
            {
id= string, parentId= string, channel= EML, contactValue= string, preferredTime= FIR
            }
        ], partyConsentDetailsList= [
            { 
id= string, parentId= string, consentType= E_SIGN, questionCode= Q0011, question= string, answerId= string, answerDescription= string, parentQuestionCode= string
            }
        ]
    },
    "amendDateTime": "2018-03-30T00:00:00.053035",
    "applicationDate": "2018-03-30"
}