POST api/WX/SearchLikesRedpack

Request Information

URI Parameters

None.

Body Parameters

WeChatService.Models.WXInputModel+SearchLikesRedpack
NameDescriptionTypeAdditional information
MchBillNO

System.String

None.

Request Formats

application/json, text/json

Sample:
{
  "MchBillNO": "sample string 1"
}

application/xml, text/xml

Sample:
<WXInputModel.SearchLikesRedpack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeChatService.Models">
  <MchBillNO>sample string 1</MchBillNO>
</WXInputModel.SearchLikesRedpack>

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

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

System.String

None.

Headers

System.Net.Http.Headers.HttpResponseHeaders

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

System.Boolean

None.