Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

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 methodURI scheme
PUT/server/transaction/open

Parameters

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

TransactionRequest

Responses

HTTP codeCommon 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



  • No labels