...
The request payload should be of the multipart/form-data type. The document should be attached within HttpContext.Current.Request.Files
in C#. as shown below. The SourcePath
should will be inferred from the file metadata. All other metadata should be form-data fields.
Required Fields
...