MergeAuditList
Structure
Field | Type | Required | Description |
---|---|---|---|
mergeAudit | MergeAudit | true | actual mergeAudit |
previousMergeAudit | List<MergeAudit> | true | list 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" } ] }...