...
Info |
---|
For the time being, the services Monitor status and Monitor status by participant are regarded as present in CDICreateTransactionRequest and set to the value true. |
HTTP Methodmethod | URI Schemescheme |
---|---|
POST | /server/transaction |
Parameters
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Body | request | Request body parameters, see schema for details. | Required |
Responses
HTTP Codecode | Common messages | Description | Schema |
---|---|---|---|
200 | Contains the created transaction. | ||
400 | The application with the specified key could not be found | string | |
Input not valid: Participant privateId '<id>' is not in the correct format. | <id> is the value for the 'privateId' parameter submitted in the request. | string | |
Input not valid: Participant corporateId '<id>' is not in the correct format. | <id> is the value for the 'corporateId' parameter submitted in the request | string | |
Input not valid: Participant corporateId can not be null for corporate or server user. | string | ||
Invalid role ID format | This error message is returned if the parameter 'privateId' or 'corporateId' is not in the correct format. | string | |
Input not valid: Participant privateId can not be set for server user. | string | ||
Input not valid: Participant corporateId can not be set for private user. | string | ||
Input not valid: Participant corporateId can not be null for corporate or server user. | string | ||
Input not valid: Participant can not be of unknown type: null | This error message is returned if the parameter "type" is missing from /wiki/spaces/LPDA510/pages/1804027. | string | |
Input not valid: Participant privateId can not be null for private or corporate user. | string | ||
Input not valid: Attachment fileName can not be empty | string | ||
Input not valid: Attachment content can not be empty | string | ||
Input not valid: Participant can not be of unknown type: null | string | ||
Input not valid: Participant list can not be empty | string | ||
Input not valid: Service package can not be empty | string | ||
Unable to create transaction | This error message is returned if a deactivated user is included as a participant in the transaction. | string | |
500 | An unexpected error occurred: null | This error message is returned if
| string |
An unexpected error occurred: Type definition error [...] | This error response is returned if one or more parameters are of the wrong type. | string | |
An unexpected error occurred: JSON parse error [...] | This error response is returned if one or more parameters are of the wrong type. | string |
Security
Type | Name |
---|---|
apiKey | Key |
...