POST api/WechatBusiness/QueryPropertyPrice
Request Information
URI Parameters
None.
Body Parameters
PropertyModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.