Transaction booked event

A transaction booked event will be raised when a user books a transaction proposal on the Webportal to the accounting system.

Event properties

Property Type Description
CompanyId Guid Unique identifier of the company.
TransactionId Guid Unique identifier of the transaction.
DocumentId Guid Unique identifier of the document.
TransactionNumber Long A transaction number that identifies the booking at the accounting system.

Example

{
  "transactionNumber" : 201400059
  "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": "TransactionBooked",
  "customFields": {}
}