1.5.4 Supporting Document

Event notification for amendment in supporting documents of the party.

Table 1-36 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0023 SUPPORTING_DOCUMENTS obpySmbAmendDocuments SMB
Event Payload
{
    "branchCode": "string",
    "userId": "string",
    "applicationNumber": "string",
    "handoffStatus": "SUCCESS",
    "sourceProductId": "OBPY",
    "externalCustomerId": "string",
    "partyId": "string",
    "partyType": "S",
    "eventType": "amend",
    "datasegmentCode": "DS0023",
    "datasegmentName": "SUPPORTING_DOCUMENTS",
    "methodType": "PUT",
    "amendPayload": {
        "supportingDocumentDetails": {
            "recordId": "string",
            "parentId": "string",
            "partyId": "string",
            "versionNo": "1",
            "recordStat": "O",
            "createdBy": "ADMINUSER1",
            "createdDate": "2023-01-30",
            "updatedBy": "ADMINUSER2",
            "updatedDate": "2023-01-30",
            "supportDocRetailDetailModelList": [
                {
                    "id": null,
                    "parentId": null,
                    "partyId": "000501347",
                    "documentName": "AAD",
                    "idNumber": "23424234",
                    "docId": null,
                    "idIssueDate": "2020-03-03",
                    "idExpiryDate": "2023-08-04",
                    "documentUploadDetailsList": [
                        {
                            "id": null,
                            "parentId": null,
                            "docId": "78232",
                            "documentName": "single-party",
                            "documentRemarks": "single-party.xlsx"
                        }
                    ]
                }
            ]
        }
    },
    "amendDateTime": "2024-03-13T08:40:41.990807",
    "applicationDate": "2020-03-26"
}