GET Api/F/YH/SelfCategoryAdd?FactoryID={FactoryID}&ParentID={ParentID}&Name={Name}&Image={Image}&Thumbnail={Thumbnail}&Description={Description}&State={State}
添加自营商品分类
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FactoryID |
供应商系统编号 |
globally unique identifier |
Required |
ParentID |
自营商品分类父节点编号 |
globally unique identifier |
Required |
Name |
自营商品分类名称 |
string |
Required |
Image |
自营商品分类图片 |
string |
Default value is |
Thumbnail |
自营商品分类缩略图 |
string |
Default value is |
Description |
自营商品分类描述 |
string |
Default value is |
State |
状态 |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.