Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 6.39 KB

createtransactionrequest.md

File metadata and controls

executable file
·
12 lines (9 loc) · 6.39 KB

CreateTransactionRequest

Fields

Field Type Required Description Example
idempotencyKey string Use an idempotency key
postTransaction shared.PostTransaction ✔️ The request body must contain at least one of the following objects:
- postings: suitable for simple transactions
- script: enabling more complex transactions with Numscript
async boolean Set async mode. true
dryRun 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
ledger string ✔️ Name of the ledger. ledger001