Versions Compared

Key

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

...

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

ManagedUserTransactionRequest

Responses

HTTP CodeCommon messagesDescriptionSchema
200

Contains status and timestamp information for when the participant opened and signed the transaction.

PaticipantStatusResponse

400The application with the specified key could not be found
string
Unknown error

This error message is returned when

string
Input not valid: Transaction can not be emptyThis error message is returned when the parameter 'transaction' is missing in ManagedUserTransactionRequest.string
Invalid role ID formatThe parameters 'corporateId' or 'applicationAccessId' or 'privateId' in User are not in the correct format. string
Input not valid: Participant can not be null.This error message is returned when the user parameter is not mentioned in ManagedUserTransactionRequest.string
Input not valid: Participant can not be of unknown type: null

This error message is returned when

  • The participant is empty.
  • The parameter 'type' is missing from User (participant).
string
Input not valid: Participant corporateId can not be null for corporate or server user.
string
Input not valid: Participant applicationAccessId can not be null for private or corporate user.
string
Input not valid: Participant privateId can not be null for private or corporate user.
string
Managed identity was not foundThe parameters 'corporateId' or 'applicationAccessId' or 'privateId' in User is incorrect.string
500An unexpected error occurred: Type definition error: <…>This error message can be returned if one or more parameters are of the wrong type.string
An unexpected error occurred: JSON parse error: <…>This error message can be returned if one or more parameters are of the wrong type.string

Security

TypeName
apiKeyKey

...