POST /File/Folder/

Creates a folder in the application's file system.
 

Request

Method Request URI
POST /API/File/Folder/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.CreateFolderOptions

Response

Response Body

A Dundas.BI.WebApi.Models.FileData object representing the newly-created folder, or an error code in case of operation failure.