Transaction proposal created event
A transaction proposal can created by the Basecone system after a document has been tagged.
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": "521f2038-fe89-45fe-86f4-84553071a425",
"documentId": "20124957-a908-4552-8f4f-9e849199d1df",
"id": "1c2eb8b5-7dc9-430d-8b03-85e0036f80b0",
"companyId": "fb8f9584-3fc6-4cc7-abda-530ff397ea82",
"created": "2014-10-09T12:25:50.3140682Z",
"webhookEventType": "TransactionProposalCreated",
"customFields": {}
}
