Documents merged event
A documents merged event is raised when two or more documents are merged into one.
Event properties
Property | Type | Description |
---|---|---|
CompanyId | Guid | Unique identifier of the company. |
CreatedDocumentId | Guid | Unique identifier of the resulting document. |
MergedDocumentsIds | Array of Guid | Unique identifiers of the source documents. |
Example
{ "mergedDocumentsIds": [ "8b89c3da-82cd-4a70-b112-5c99a7c1ad53", "63d71d71-9cb5-42f3-9f77-2cce8f0a83e8" ], "createdDocumentId": "a0a1b928-b020-40c3-a467-b3aea22d35db", "id": "d2f5b51b-6ed6-4a96-9cc4-75bbb4efcaf6", "companyId": "fb8f9584-3fc6-4cc7-abda-530ff397ea82", "created": "2014-10-21T06:22:39.9288697Z", "webhookEventType": "DocumentsMerged", "customFields": {} }