Transaction proposal rejected event
A transaction proposal can be rejected by a user, this means the document will be untagged and the associated transaction proposal deleted.
Event properties
Property | Type | Description |
---|---|---|
CompanyId | Guid | Unique identifier of the company. |
DocumentId | Guid | Unique identifier of the document. |
TransactionProposalId | Guid | Unique identifier of the transaction proposal. |
Example
{ "transactionProposalId": "c7c73eaa-5f35-4db3-8013-e841551fb7a7", "documentId": "1ab390ae-3f8d-47c6-8a8b-1d190ad01acc", "id": "00c1d142-cea6-437a-b7d4-829c25171d8e", "companyId": "fb8f9584-3fc6-4cc7-abda-530ff397ea82", "created": "2014-10-22T10:44:17.5208712Z", "webhookEventType": "TransactionProposalRejected", "customFields": {} }