POST api/Expert/SumbitWorkInfo

实名认证

Request Information

URI Parameters

None.

Body Parameters

ExpertAuditParameter
NameDescriptionTypeAdditional information
BusinessCard

名片

string

None.

CertificateofPractice

工牌

string

None.

UserId

专家Id

string

None.

Token

登录验证

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessCard": "sample string 1",
  "CertificateofPractice": "sample string 2",
  "UserId": "sample string 3",
  "Token": "sample string 4"
}

application/xml, text/xml

Sample:
<ExpertAuditParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.ExpertModels">
  <Token>sample string 4</Token>
  <UserId>sample string 3</UserId>
  <BusinessCard>sample string 1</BusinessCard>
  <CertificateofPractice>sample string 2</CertificateofPractice>
</ExpertAuditParameter>

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

Response Information

Resource Description

实名认证

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.