GET api/AuditAccounts/APP_GetAuditAccounts_Main_Sum?PropertyCompanyId={PropertyCompanyId}&ID={ID}
获取交账详情数据汇总
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyCompanyId | string |
Required |
|
| ID |
业务ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfAuditAccounts_Sum| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | AuditAccounts_Sum |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"RecordInfo": {
"YingShou": 1.0,
"ShiShou": 2.0,
"WeiYueJin": 3.0,
"CunRuLingQian": 4.0,
"Ying": 5.0,
"Kui": 6.0,
"YouHui": 7.0,
"PiaoJu": 8,
"PayFeeAccountInfo": "sample string 9"
},
"RefundInfo": {
"YingTui": 1.0,
"ShiTui": 2.0,
"PiaoJu": 3,
"PayFeeAccountInfo": "sample string 4"
},
"VoidInfo": {
"YingShou": 1.0,
"ShiShou": 2.0,
"WeiYueJin": 3.0,
"CunRuLingQian": 4.0,
"Ying": 5.0,
"Kui": 6.0,
"YouHui": 7.0,
"PiaoJu": 8,
"PayFeeAccountInfo": "sample string 9"
},
"A_AccountInfo": {
"ChongZhi": 1.0,
"Shishou": 2.0,
"PiaoJu": 3,
"PayFeeAccountInfo": "sample string 4"
},
"WriteOffInfo": {
"ChongZhang": 1.0,
"PiaoJu": 2
}
}
}