POST api/WechatBusiness/QueryPropertyPrice

Request Information

URI Parameters

None.

Body Parameters

PropertyModel
NameDescriptionTypeAdditional information
PropertyName

string

None.

QueryDate

string

None.

RefPropertyName

string

None.

RefRegion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyName": "sample string 1",
  "QueryDate": "sample string 2",
  "RefPropertyName": "sample string 3",
  "RefRegion": "sample string 4"
}

application/xml, text/xml

Sample:
<PropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models">
  <PropertyName>sample string 1</PropertyName>
  <QueryDate>sample string 2</QueryDate>
  <RefPropertyName>sample string 3</RefPropertyName>
  <RefRegion>sample string 4</RefRegion>
</PropertyModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.