POST api/TaxRelated/QueryTaxRelatedDetail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfTaxRelatedDetailApplet| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | TaxRelatedDetailApplet |
None. |
|
| count | integer |
None. |
|
| SessionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {
"TaxRelatedGUID": "sample string 1",
"CollectionCode": "sample string 2",
"AcceptanceNo": "sample string 3",
"Location": "sample string 4",
"HouseTypeName": "sample string 5",
"CompletionDate": "sample string 6",
"FloorNo": 7,
"TotalFloor": 8,
"GroundArea": 9.1,
"UndergroundArea": 10.1,
"MembershipGuid": "sample string 11",
"HouseNo": "sample string 12",
"HouseUse": "sample string 13",
"AcceptanceName": "sample string 14",
"CountryCode": "sample string 15",
"TransferRatio": "sample string 16",
"ContractSignDate": "sample string 17",
"ContractPrice": "sample string 18",
"ContractUnitPrice": "sample string 19",
"TaxRelatedDesc": "sample string 20",
"TaxTypeName": "sample string 21",
"MiniFlow": 22,
"HuanXian": "sample string 23",
"PriceAuditView": "sample string 24",
"PriceAuditDesc": "sample string 25",
"ShareTotleMoney": 26.1,
"ManTotalPrice": 27.1,
"ManUnitPrice": 28.1,
"LstImg": [
{
"TaxRelatedFileGUID": "sample string 1",
"FileName": "sample string 2",
"MaterialPath": "sample string 3"
},
{
"TaxRelatedFileGUID": "sample string 1",
"FileName": "sample string 2",
"MaterialPath": "sample string 3"
}
],
"ContractCode": "sample string 29"
},
"count": 1,
"SessionKey": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultModelOfTaxRelatedDetailAppletwEXIOfTs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models.Model">
<SessionKey>sample string 3</SessionKey>
<code>1</code>
<count>1</count>
<data>
<AcceptanceName>sample string 14</AcceptanceName>
<AcceptanceNo>sample string 3</AcceptanceNo>
<CollectionCode>sample string 2</CollectionCode>
<CompletionDate>sample string 6</CompletionDate>
<ContractCode>sample string 29</ContractCode>
<ContractPrice>sample string 18</ContractPrice>
<ContractSignDate>sample string 17</ContractSignDate>
<ContractUnitPrice>sample string 19</ContractUnitPrice>
<CountryCode>sample string 15</CountryCode>
<FloorNo>7</FloorNo>
<GroundArea>9.1</GroundArea>
<HouseNo>sample string 12</HouseNo>
<HouseTypeName>sample string 5</HouseTypeName>
<HouseUse>sample string 13</HouseUse>
<HuanXian>sample string 23</HuanXian>
<Location>sample string 4</Location>
<LstImg>
<TaxRelatedAppleFile>
<FileName>sample string 2</FileName>
<MaterialPath>sample string 3</MaterialPath>
<TaxRelatedFileGUID>sample string 1</TaxRelatedFileGUID>
</TaxRelatedAppleFile>
<TaxRelatedAppleFile>
<FileName>sample string 2</FileName>
<MaterialPath>sample string 3</MaterialPath>
<TaxRelatedFileGUID>sample string 1</TaxRelatedFileGUID>
</TaxRelatedAppleFile>
</LstImg>
<ManTotalPrice>27.1</ManTotalPrice>
<ManUnitPrice>28.1</ManUnitPrice>
<MembershipGuid>sample string 11</MembershipGuid>
<MiniFlow>22</MiniFlow>
<PriceAuditDesc>sample string 25</PriceAuditDesc>
<PriceAuditView>sample string 24</PriceAuditView>
<ShareTotleMoney>26.1</ShareTotleMoney>
<TaxRelatedDesc>sample string 20</TaxRelatedDesc>
<TaxRelatedGUID>sample string 1</TaxRelatedGUID>
<TaxTypeName>sample string 21</TaxTypeName>
<TotalFloor>8</TotalFloor>
<TransferRatio>sample string 16</TransferRatio>
<UndergroundArea>10.1</UndergroundArea>
</data>
<msg>sample string 2</msg>
</ResultModelOfTaxRelatedDetailAppletwEXIOfTs>