GET api/e/ys/FileCategoryAdd?memberID={memberID}&name={name}&ParentID={ParentID}
添加文件分类
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
会员编号 |
globally unique identifier |
Required |
name |
分类名称 |
string |
Required |
ParentID |
父类编号 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.