POST api/Urgecharge/APP_PhoneUrgeCharge
电话催费
Request Information
URI Parameters
None.
Body Parameters
Property_UrgeCharge_Remark| Name | Description | Type | Additional information |
|---|---|---|---|
| CID | string |
None. |
|
| UrgeChargeID | string |
None. |
|
| RoomCarPortID | string |
None. |
|
| ZType | EnumRoomPortType |
None. |
|
| difficulty | integer |
None. |
|
| Remark | string |
None. |
|
| ImgStr | string |
None. |
|
| ROCID | string |
None. |
|
| Id | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CID": "sample string 1",
"UrgeChargeID": "sample string 2",
"RoomCarPortID": "sample string 3",
"ZType": 0,
"difficulty": 4,
"Remark": "sample string 5",
"ImgStr": "sample string 6",
"ROCID": "sample string 7",
"Id": "sample string 8",
"Created": "2025-12-07 04:21:34",
"Updated": "2025-12-07 04:21:34"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}