POST api/upload
Post Multipart form-data with files FormData["CustomerId"] CustomerId posted files will be saved under
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UploadFilesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FilePaths | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FilePaths": [
"sample string 1",
"sample string 2"
]
}