POST api/VND/UploadDocs
Uploads a file along with metadata. Sample request: POST /api/VND/UploadDocs Content-Type: multipart/form-data Form data: file: (binary file) metadata: [{"Key": "WorkgroupId", "Value": ""}, {"Key": "TemplateId", "Value": ""}, {"Key": "PropertyId", "Value": ""} , {"Key": "TenantDBAName", "Value": ""},{"Key": "DealId", "Value": ""},{"Key": "DocumentType", "Value": ""}]
Response Information
A response indicating the result of the upload operation.
Response body formats
application/json, text/json, text/javascript
Sample:
Sample not available.