POST DataCenter/GetEstateFinallyPrice
Request Information
URI Parameters
None.
Body Parameters
DataRouterRequestBaseOfEstateDetailQueryParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientUser | string |
None. |
|
| QueryModel | integer |
None. |
|
| Payload | EstateDetailQueryParam |
None. |
|
| ZoneCode | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientUser": "sample string 1",
"QueryModel": 1,
"Payload": {
"Id": "sample string 1",
"BuildingId": "sample string 2",
"PropertyType": 1,
"PropertyTypeName": "sample string 3",
"isBuildList": true,
"isEstatePhoto": true,
"isBuildPhoto": true,
"isBasePrices": true,
"PropertySubClass": "sample string 4",
"PropertyClass": "sample string 5",
"IsCode": true
},
"ZoneCode": "sample string 2",
"CompanyCode": "sample string 3"
}
application/xml, text/xml
Sample:
<DataRouterRequestBaseOfEstateDetailQueryParamp1meq4_S8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<CompanyCode>sample string 3</CompanyCode>
<ZoneCode>sample string 2</ZoneCode>
<Payload xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model.QueryParam">
<d2p1:BuildingId>sample string 2</d2p1:BuildingId>
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:IsCode>true</d2p1:IsCode>
<d2p1:PropertyClass>sample string 5</d2p1:PropertyClass>
<d2p1:PropertySubClass>sample string 4</d2p1:PropertySubClass>
<d2p1:PropertyType>1</d2p1:PropertyType>
<d2p1:PropertyTypeName>sample string 3</d2p1:PropertyTypeName>
<d2p1:isBasePrices>true</d2p1:isBasePrices>
<d2p1:isBuildList>true</d2p1:isBuildList>
<d2p1:isBuildPhoto>true</d2p1:isBuildPhoto>
<d2p1:isEstatePhoto>true</d2p1:isEstatePhoto>
</Payload>
<ClientUser>sample string 1</ClientUser>
<QueryModel>1</QueryModel>
</DataRouterRequestBaseOfEstateDetailQueryParamp1meq4_S8>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfSourceResultOfEstateFinallyPriceEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | SourceResultOfEstateFinallyPriceEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"source": "sample string 1",
"url": "sample string 2",
"Host": "sample string 3",
"result": {
"Price": 1.0,
"ID": "sample string 2",
"EstateName": "sample string 3",
"EstatePrices": [
{
"Time": "sample string 1",
"Price": 1.0
},
{
"Time": "sample string 1",
"Price": 1.0
}
],
"PriceRate": [
1.0,
2.0
],
"MaxPrices": 4.0,
"MinPrices": 5.0
}
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfSourceResultOfEstateFinallyPriceEntity_Pzo_SoPSEiaxCqoUW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<Errors>sample string 2</Errors>
<Result>
<Host>sample string 3</Host>
<Result xmlns:d3p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model">
<d3p1:EstateName>sample string 3</d3p1:EstateName>
<d3p1:EstatePrices>
<d3p1:TimeAndPrice>
<d3p1:Price>1</d3p1:Price>
<d3p1:Time>sample string 1</d3p1:Time>
</d3p1:TimeAndPrice>
<d3p1:TimeAndPrice>
<d3p1:Price>1</d3p1:Price>
<d3p1:Time>sample string 1</d3p1:Time>
</d3p1:TimeAndPrice>
</d3p1:EstatePrices>
<d3p1:ID>sample string 2</d3p1:ID>
<d3p1:MaxPrices>4</d3p1:MaxPrices>
<d3p1:MinPrices>5</d3p1:MinPrices>
<d3p1:Price>1</d3p1:Price>
<d3p1:PriceRate xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:decimal>1</d4p1:decimal>
<d4p1:decimal>2</d4p1:decimal>
</d3p1:PriceRate>
</Result>
<SourceCode>sample string 1</SourceCode>
<Url>sample string 2</Url>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfSourceResultOfEstateFinallyPriceEntity_Pzo_SoPSEiaxCqoUW>