Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Opens a transaction. The returned TransactionMessage contains transaction as well as user status information. It is possible to see which participants have opened or signed the transaction, provided that the calling application is permitted to view that information.

HTTP MethodmethodURI Schemescheme
PUT/server/transaction/open

...

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

TransactionRequest

Responses

HTTP CodecodeCommon messagesDescriptionSchema
200
Transaction message with transaction content.

TransactionMessageResponse

400The application with the specified key could not be found
string
An error has occurred

This error message is returned

  • if the transaction data of TransactionRequest is not in the correct format or missing.
  • if the application was not part of the transaction and hence does not have the right to open it.
string

Security

TypeName
apiKeyKey

...