POST api/Import/Post
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FileUploadResult| Name | Description | Type | Additional information |
|---|---|---|---|
| LocalFilePath | string |
None. |
|
| FileName | string |
None. |
|
| FileLength | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"localFilePath": "sample string 1",
"fileName": "sample string 2",
"fileLength": 3
}