POST api/WxVotePlayer/ApplyToBeAPlayer

会员 - 申请成为活动选手

Request Information

URI Parameters

None.

Body Parameters

WxVotePlayerMemberCreateDto
NameDescriptionTypeAdditional information
Name

选手名称

string

None.

TrueName

选手姓名

string

None.

CoverPic

选手封面

string

None.

JoinSlogan

参赛文宣

string

None.

Phone

手机联系方式

string

None.

Wechat

微信联系方式

string

None.

IP

报名IP

string

None.

InsideGroupCategoryId

内部活动分组

integer

None.

ActivityId

活动标识

integer

None.

UserId

网站用户标识

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

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 'WxVotePlayerMemberCreateDto'.

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/" />