POST api/WxVotePlayer/UpdateActivityPlayer

后台 - 更新活动选手

Request Information

URI Parameters

None.

Body Parameters

WxVotePlayerUpdateDto
NameDescriptionTypeAdditional information
Id

选手标识

integer

None.

SerialNum

选手编号

integer

None.

Name

选手名称

string

None.

CoverPic

选手封面

string

None.

JoinSlogan

参赛文宣

string

None.

Phone

手机联系方式

string

None.

Wechat

微信联系方式

string

None.

VirtualViews

虚拟浏览量

integer

None.

TotalVoteNum

全部投票数

integer

None.

InsideGroupCategoryId

报名内部分组

integer

None.

Request 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:
<WxVotePlayerUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Dto.Player">
  <CoverPic>sample string 4</CoverPic>
  <Id>1</Id>
  <InsideGroupCategoryId>10</InsideGroupCategoryId>
  <JoinSlogan>sample string 5</JoinSlogan>
  <Name>sample string 3</Name>
  <Phone>sample string 6</Phone>
  <SerialNum>2</SerialNum>
  <TotalVoteNum>9</TotalVoteNum>
  <VirtualViews>8</VirtualViews>
  <Wechat>sample string 7</Wechat>
</WxVotePlayerUpdateDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WxVotePlayerUpdateDto'.

Response Information

Resource Description

后台 - 更新活动选手

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />