MergeAuditList

Structure

FieldTypeRequiredDescription
mergeAuditMergeAudittrueactual mergeAudit
previousMergeAuditList<MergeAudit>truelist of the previous  merge audit

JSON representation

[
    {
        "mergeAudit": {
            "id": 1,
            "table": "Profile",
            "chainId": 1,
            "propertyId": null,
            "targetId": 20,
            "sourceId": 1363,
            "sourceCode": "TESIP1",
            "sourceName": "Tesipro1",
            "createdDate": "2023-03-13T10:43:14.8795372"
        },
        "previousMergeAudit": [
            {
                "id": 2,
                "table": "Profile",
                "chainId": 1,
                "propertyId": null,
                "targetId": 20,
                "sourceId": 1364,
                "sourceCode": "TESIP2",
                "sourceName": "Tesipro2",
                "createdDate": "2023-03-13T10:44:14.9101655"
            }
        ]
    }...