AccountingPeriodReOpenedEvent

Overview

The AccountingPeriodReOpenedEvent event is sent after a previously closed accounting period has been reopened.

Event Parameters

ParameterData TypeDescription
SupplierGuidUUIDThe unique identifier for the supplier.
AccountingPeriodDatestringThe date representing the accounting period, formatted as YYYY-MM-DD.
EventNamestringThe name of the specific event.
TenantIdintegerThe identifier for the tenant (client) for which the request is being made.
CorrelationIdUUIDA unique identifier for this event.
BusinessProcessIdUUIDThe identifier for the business process associated with this event.
TargetBusinessProcessIdUUIDThe identifier for the target business process related to this event.
PublishedDatestringThe date and time when the event was published, in ISO 8601 format.
DeduplicationIdstringA unique identifier to ensure the same event is not processed multiple times.

Sample Event

{
  "SupplierGuid": "00000000-0000-0000-0000-000000000000",
  "AccountingPeriodDate": "2024-12-15",
  "EventName": "AccountingPeriodClosedEvent",
  "TenantId": 12345,
  "CorrelationId": "11111111-2222-3333-4444-555555555555",
  "BusinessProcessId": "00000000-0000-0000-0000-000000000000",
  "TargetBusinessProcessId": "00000000-0000-0000-0000-000000000000",
  "PublishedDate": "2024-12-20T13:45:30"
  "DeduplicationId": "MzI0NS1CaWNUSWxlvnRCZW1lZml0RWxpZ2=="
}