POST api/InstalMaster/MemberFeedBack

提交意见反馈

Request Information

URI Parameters

None.

Body Parameters

MasterFeedBack
NameDescriptionTypeAdditional information
Id

Id

integer

None.

MasterId

师傅Id

string

None.

Token

Token

string

None.

PicNo

图片编码

string

None.

Type

类型 0-网站 1-产品 3-服务 4-建议 5-其他

integer

None.

Mobile

电话

string

None.

Content

内容

string

None.

PicList

图片列表Json数据

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MasterId": "sample string 2",
  "Token": "sample string 3",
  "PicNo": "sample string 4",
  "Type": 5,
  "Mobile": "sample string 6",
  "Content": "sample string 7",
  "PicList": "sample string 8"
}

application/xml, text/xml

Sample:
<MasterFeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.InstallMasterModels">
  <Content>sample string 7</Content>
  <Id>1</Id>
  <MasterId>sample string 2</MasterId>
  <Mobile>sample string 6</Mobile>
  <PicList>sample string 8</PicList>
  <PicNo>sample string 4</PicNo>
  <Token>sample string 3</Token>
  <Type>5</Type>
</MasterFeedBack>

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

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.