GET api/Urgecharge/APP_getFee_WaitChargeBy_RoomOrCarPortID?CID={CID}&UrgeChargeID={UrgeChargeID}&UrgeCharge_RoomOrCarPortID={UrgeCharge_RoomOrCarPortID}
根据催费房屋车位信息 获取待收费用项目
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
Required |
|
| UrgeChargeID |
业务ID |
string |
Required |
| UrgeCharge_RoomOrCarPortID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfExtendFee_WaitCharge| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of ExtendFee_WaitCharge |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"IsHeating": true,
"IsRefund": true,
"IsDamages": true,
"CarPortID": "sample string 4",
"DamagesRate": 5.0,
"DamagesBeginCnt": 6,
"DamageExemptionCnt": 7,
"IsDamageExemption": true,
"Damages": 9.0,
"DiscountValue": 10.0,
"MeterMeasure": {
"CommunityID": "sample string 1",
"FeeID": "sample string 2",
"MeterMeasureID": "sample string 3",
"LastValue": 4.0,
"ThisValue": 5.0,
"RoomID": "sample string 6"
},
"BankCollectionIng": true,
"Cnt_HB": 12,
"RoomCarPortID": "sample string 13",
"RoomCarPortName": "sample string 14",
"OnlinePaysIng": true,
"CommunityID": "sample string 16",
"RoomID": "sample string 17",
"FeeDate": "sample string 18",
"FeeDate_Begin": "2025-12-07 04:21:39",
"FeeDate_End": "2025-12-07 04:21:39",
"FeeDate_Cnt": 21,
"ItemID": "sample string 22",
"ItemTitel": "sample string 23",
"ItemType": 1,
"ItemType_Sub": 1,
"Payable": 24.0,
"Parameter": 0,
"ParaValue": 25.0,
"Price": 26.0,
"Rate": 27.0,
"Append": 28.0,
"FeeRoomType": 29,
"ComputeFeeType": 30,
"IsSplit": true,
"SplitID": "sample string 32",
"StaffID": "sample string 33",
"RefundableFee": true,
"CarOrCarPortName": "sample string 35",
"Room_BuildID": "sample string 36",
"RoomName": "sample string 37",
"CarPortName": "sample string 38",
"AType": 39,
"AID": "sample string 40",
"AName": "sample string 41",
"Id": "sample string 42",
"Created": "2025-12-07 04:21:39",
"Updated": "2025-12-07 04:21:39"
},
{
"IsHeating": true,
"IsRefund": true,
"IsDamages": true,
"CarPortID": "sample string 4",
"DamagesRate": 5.0,
"DamagesBeginCnt": 6,
"DamageExemptionCnt": 7,
"IsDamageExemption": true,
"Damages": 9.0,
"DiscountValue": 10.0,
"MeterMeasure": {
"CommunityID": "sample string 1",
"FeeID": "sample string 2",
"MeterMeasureID": "sample string 3",
"LastValue": 4.0,
"ThisValue": 5.0,
"RoomID": "sample string 6"
},
"BankCollectionIng": true,
"Cnt_HB": 12,
"RoomCarPortID": "sample string 13",
"RoomCarPortName": "sample string 14",
"OnlinePaysIng": true,
"CommunityID": "sample string 16",
"RoomID": "sample string 17",
"FeeDate": "sample string 18",
"FeeDate_Begin": "2025-12-07 04:21:39",
"FeeDate_End": "2025-12-07 04:21:39",
"FeeDate_Cnt": 21,
"ItemID": "sample string 22",
"ItemTitel": "sample string 23",
"ItemType": 1,
"ItemType_Sub": 1,
"Payable": 24.0,
"Parameter": 0,
"ParaValue": 25.0,
"Price": 26.0,
"Rate": 27.0,
"Append": 28.0,
"FeeRoomType": 29,
"ComputeFeeType": 30,
"IsSplit": true,
"SplitID": "sample string 32",
"StaffID": "sample string 33",
"RefundableFee": true,
"CarOrCarPortName": "sample string 35",
"Room_BuildID": "sample string 36",
"RoomName": "sample string 37",
"CarPortName": "sample string 38",
"AType": 39,
"AID": "sample string 40",
"AName": "sample string 41",
"Id": "sample string 42",
"Created": "2025-12-07 04:21:39",
"Updated": "2025-12-07 04:21:39"
}
]
}