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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""