POST api/ImageBrowser/Create
Request Information
URI Parameters
None.
Body Parameters
FileManagerCreateName | Description | Type | Additional information |
---|---|---|---|
path | string |
None. |
|
Name | string |
None. |
|
Type | EntryType |
None. |
|
Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "path": "sample string 1", "Name": "sample string 2", "Type": 0, "Size": 3 }
application/xml, text/xml
Sample:
<FileManagerCreate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArNikAPI.Controllers.FileManager"> <Name>sample string 2</Name> <Size>3</Size> <Type>File</Type> <path>sample string 1</path> </FileManagerCreate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.