GET api/e/ys/AddGalleryCategory?memberID={memberID}&enterpriseID={enterpriseID}&name={name}&info={info}&ParentID={ParentID}

图库分类添加

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberID

会员编号

globally unique identifier

Required

enterpriseID

globally unique identifier

Required

name

名称 必填

string

Required

info

简介 选填

string

Default value is

ParentID

父类编号 一级父类默认为空

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.