Submission endpoint: addSubmission
Endpoint (Method)
| Params | Type | Comment |
|---|---|---|
| Input | SubmissionCreateDTO | submissionDto |
| Output | Long | submissionId (id of the created submission) |
What does this method do?
- Add the new Submission object with the SubmissionCreateDTO and return the ID of the created submission.