Skip to main content
POST
/
v3
/
transactions
/
{transaction}
/
event-trigger
Trigger Transaction Event
curl --request POST \
  --url http://localhost/api/v3/transactions/{transaction}/event-trigger \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "transaction.sync"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

transaction
integer
required

The transaction ID

Body

application/json
event
enum<string>
required
Available options:
transaction.sync,
transaction.recalculate

Response

No content