POST api/admin/mediafolder/create
Request Information
URI Parameters
None.
Body Parameters
MediaFolderCreateEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| FolderName | string |
None. |
|
| FolderDirectoryName | string |
None. |
|
| MediaType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FolderName": "sample string 1",
"FolderDirectoryName": "sample string 2",
"MediaType": 3
}
application/xml, text/xml
Sample:
<MediaFolderCreateEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThemeParkEntities.MediaFolder"> <FolderDirectoryName>sample string 2</FolderDirectoryName> <FolderName>sample string 1</FolderName> <MediaType>3</MediaType> </MediaFolderCreateEntity>
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.