Upload Request Document
POST
/api/public/requests/{requestID}/documents/upload
Requests
The file is uploaded to blob storage and corresponding dbo.RequestDocument and dbo.RequestDocumentVersion records are created.
The method validates the file, authorizes the user, initializes the upload process, writes the file to storage,
activates the upload, and creates queue messages and activity feed entries for tracking the document upload.
Request
Path Params
requestID
integer <int32>
required
Body Params multipart/form-data
file
file
optional