Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Use an idempotency key
Path Parameters
Name of the ledger.
Example:
"ledger001"
Query Parameters
Set the dryRun mode. dry run mode doesn't add the logs to the database or publish a message to the message broker.
Example:
true
Disable balance checks when passing postings
Example:
true
Body
application/json
The request body must contain at least one of the following objects:
postings
: suitable for simple transactionsscript
: enabling more complex transactions with Numscript
Example:
{ "admin": "true" }
The numscript runtime used to execute the script. Uses "machine" by default, unless the "--experimental-numscript-interpreter" feature flag is passed.
Available options:
experimental-interpreter
, machine
Example:
"ref:001"
Response
OK