Document split event

A document split event is raised when a documents is split into two or more documents.

Event properties

Property Type Description
CompanyId Guid Unique identifier of the company.
CreatedDocumentIds Array of Guid Unique identifiers of the resulting documents.
SourceDocumentId Guid Unique identifier of the source document.

Example

{
  "createdDocumentsIds": [
    "8b89c3da-82cd-4a70-b112-5c99a7c1ad53",
    "63d71d71-9cb5-42f3-9f77-2cce8f0a83e8"
  ],
  "sourceDocumentId": "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": "DocumentSplit"
}