Submit Task
This endpoint allows users to submit a task for a committee.
/SubmittedTask/SubmitTask
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Request Body
multipart/form-data
OptionalTaskId
RequiredstringThe unique identifier for the task being submitted. This property is required and indicates which possible task the submission relates to.
"uuid"
Committee
RequiredstringThe 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.
Image
RequiredfileThe 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.