POST api/Process/UploadOneFileToSpAsync?guid={guid}&file={file}
Uploads one file to Sharepoint.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
The guid optained from PostFileAsync |
string |
Required |
| file |
File path within the GUID folder, e.g. "result/xyz.pdf" |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
None.