ledger.v1
Create a new transaction to a ledger
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Name of the ledger.
Example:
"ledger001"
Query Parameters
Set the preview mode. Preview mode doesn't add the logs to the database or publish a message to the message broker.
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
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.