Submit Task
This endpoint allows users to submit a task for a committee.
/SubmittedTask/SubmitTaskAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Request Body
multipart/form-dataOptionalTaskIdRequiredstringThe unique identifier for the task being submitted. This property is required and indicates which possible task the submission relates to.
"uuid"CommitteeRequiredstringThe name of the committee to which the task is being submitted. This property is required and indicates which committee the task is being submitted to for review.
ImageRequiredfileThe image file associated with the task submission. This property is required and represents the image that the user uploads as part of the task submission process. It is expected to be an IFormFile, which allows for file uploads in ASP.NET Core applications.
"binary"Returns the submitted task with its details if the submission is successful.