Transaction created event

A transaction created event will be raised when a user either processes or books a transaction proposal.

Event properties

Property Type Description
CompanyId Guid Unique identifier of the company.
DocumentId Guid Unique identifier of the document.
TransactionId Guid Unique identifier of the transaction.

Example

{
  "transactionId": "521f2038-fe89-45fe-86f4-84553071a425",
  "documentId": "521f2038-fe89-45fe-86f4-84553071a425",
  "id": "1c2eb8b5-7dc9-430d-8b03-85e0036f80b0",
  "companyId": "fb8f9584-3fc6-4cc7-abda-530ff397ea82",
  "created": "2014-10-09T12:25:50.3140682Z",
  "webhookEventType": "TransactionCreated",
  "customFields": {}
}