Finance
Finance management
JOURNAL_CREATED
The finance API triggers a JOURNAL_CREATED event when a journal is generated and ready for an external system to upload.
Event parameters are eventTypeCode/routing_code:
ext.finances.journals.created
.
{
"notificationId": "ID-9999",
"notificationTypeCode": "JOURNAL_CREATED",
"destination": "https://hooks.slack.com/services/TQ12LTR432rfdsfsdg",
"originalMessageDateTime": "2024-12-17T08:13:35.145Z",
"data": {
"journalId": "ID-1000000001",
"journalProcessId": "ID-1000000001",
"statusCode": "CREATED",
"journalDate": "2023-02-22",
"tenantCode": "MB",
"refNumber": "ID-1000000001",
"ledgerType": "BALANCE",
"transactionCurrency": "EUR"
}
}
Last updated
Was this helpful?