Upload document to DMS.

POST {{baseUrl}}/proposals/:proposal-id/documents/uploaded-documents

The endpoint takes a document to upload to the DMS.

Request Body

{"alias"=>"<string>", "fileContent"=>"<string>", "filename"=>"<string>", "type"=>{"id"=>"<integer>", "code"=>"<string>", "name"=>"<string>"}, "note"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;