POST api/MediaLibrary?directoryPath={directoryPath}&parentId={parentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| directoryPath | string |
Required |
|
| parentId | integer |
Required |
Body Parameters
Collection of DirectoryList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DirectoryName | string |
None. |
|
| ParentId | integer |
None. |
|
| DirectoryPath | string |
None. |
|
| SubDirectories | Collection of DirectoryList |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.