| Field | Type | Required | Description | Example |
|---|---|---|---|---|
idempotencyKey |
Optional<String> | ➖ | Use an idempotency key | |
v2PostTransaction |
V2PostTransaction | ✔️ | The request body must contain at least one of the following objects: - postings: suitable for simple transactions- script: enabling more complex transactions with Numscript |
|
dryRun |
Optional<Boolean> | ➖ | Set the dryRun mode. dry run mode doesn't add the logs to the database or publish a message to the message broker. | true |
force |
Optional<Boolean> | ➖ | Disable balance checks when passing postings | true |
ledger |
String | ✔️ | Name of the ledger. | ledger001 |
schemaVersion |
Optional<String> | ➖ | Schema version to use for validation | v1.0.0 |