GET api/e/ys/GalleryCategoryEidt?memberID={memberID}&enterpriseID={enterpriseID}&id={id}&Name={Name}&OrderIndex={OrderIndex}&State={State}&Image={Image}&Description={Description}
编辑图库分类
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
会员编号 |
globally unique identifier |
Required |
enterpriseID |
系统编号 |
globally unique identifier |
Required |
id |
分类编号 |
globally unique identifier |
Required |
Name |
名称 必填 |
string |
Required |
OrderIndex |
排序值 默认0选填 |
integer |
Default value is 0 |
State |
状态 选填 默认true |
boolean |
Default value is True |
Image |
图片 选填 |
string |
None. |
Description |
描述 选填 |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.