GET api/InfoBiz/GetInfoBizMomentNum?BizId={BizId}&AuditStatus={AuditStatus}&BizIsKill={BizIsKill}&BizNameOrUserName={BizNameOrUserName}&StartDate={StartDate}&CategoryParentId={CategoryParentId}&CategoryId={CategoryId}&EndDate={EndDate}&PageSize={PageSize}&Search={Search}&PageID={PageID}

获取商家动态分类数量

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BizId

商家标识

integer

None.

AuditStatus

审核类型

AuditStatusType

None.

BizIsKill

商家审核类型

AuditStatusType

None.

BizNameOrUserName

商家名或发布会员名

string

None.

StartDate

发布起始时间

date

None.

CategoryParentId

商家分类父id

integer

None.

CategoryId

商家二级分类id

integer

None.

EndDate

发布截止时间

date

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取商家动态分类数量

InfoBizMomentNumDto
NameDescriptionTypeAdditional information
AllNum

全部数量

integer

None.

ToPassNum

待审数量

integer

None.

RefuseNum

拒绝数量

integer

None.

PassNum

已通过数量

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<InfoBizMomentNumDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <PassNum>3</PassNum>
  <RefuseNum>2</RefuseNum>
  <ToPassNum>1</ToPassNum>
</InfoBizMomentNumDto>