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 8 Current »

Description

This method opens and countersigns a transaction. This causes the CDI server to open and countersign the provided transaction. The returned user status contains the user status information with timestamps for opening and signing.

HTTP MethodURI scheme
POST/server/transaction/sign

Parameters

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

TransactionRequest

Responses

HTTP codeCommon messagesDescriptionSchema
200

Contains the participant status.

ParticipantStatusResponse

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

This error message is returned when

  • the same transaction is being signed more than once.
  • the parameter 'transaction' in TransactionRequest is incorrect or missing.
String

Security

TypeName
apiKeyKey
  • No labels