GET api/Urgecharge/APP_GetUrgecharge_MainInfo?UrgeChargeID={UrgeChargeID}
获取催费任务主表信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UrgeChargeID |
业务ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfProperty_UrgeCharge_Main| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Property_UrgeCharge_Main |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"CID": "sample string 1",
"Title": "sample string 2",
"UrgeChargeDate": "sample string 3",
"EndDate": "2025-12-07 04:21:41",
"StaffID": "sample string 5",
"UrgeChargeStaffID": "sample string 6",
"RoomCnt": 7,
"RoomFeeCnt": 8,
"RoomPayable": 9.0,
"CarPortCnt": 10,
"CarPortFeeCnt": 11,
"CarPortPayable": 12.0,
"AllPayable": 13.0,
"Number": "sample string 14",
"Ispush": true,
"UrgeCharge_rate": 16.0,
"UrgeCharge_Payable": 17.0,
"UrgeCharge_Cnt": 18,
"StaffName": "sample string 19",
"PhoneCnt": 20,
"ToDoorCnt": 21,
"UrgeChargeStaffName": "sample string 22",
"Id": "sample string 23",
"Created": "2025-12-07 04:21:41",
"Updated": "2025-12-07 04:21:41"
}
}