- j8
- j4
- c2
- j2
- j6
- j7
- c4
- 费用管理
- 查看跟踪记录详情GET
- 添加跟踪记录POST
- 删除跟踪记录DELETE
- 优惠申请分页查询GET
- 优惠申请修改PUT
- 获取车辆费用GET
- 添加优惠申请POST
- 创建车辆费用POST
- 变更车辆费用PUT
- 删除车辆费用DELETE
- 缴纳车辆费用PUT
- 获取车辆费用详情GET
- 获取缴费记录GET
- 获取缴费明细记录GET
- 获取缴费明细记录GET
- 获取合同费用列表GET
- 创建合同费用POST
- 更改合同费用PUT
- 取消合同费用DELETE
- 缴纳合同费用PUT
- 合同缴费记录分页查询GET
- 费用idGET
- 添加折扣POST
- 修改折扣PUT
- 删除折扣DELETE
- 查询折扣GET
- 水电抄表分页查询GET
- 删除水电抄表DELETE
- 修改水电抄表PUT
- 添加水电抄表POST
- 获取跟踪记录GET
- 获取跟踪记录GET
- 删除优惠申请DELETE
- 修改优惠申请状态PUT
- 修改优惠申请状态PUT
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
费用id
GET
/c4-contractpay/contractpay-contract-record
请求参数
Query 参数
cost-id
string
可选
id
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/c4-contractpay/contractpay-contract-record?id'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
object (ContractcostChargeRecordDTO)
数据对象
feeid
string
费用项目
chargecycle
string
请选择缴费周期
remark
string
可填,请填写备注
receivable
string
应收款
chargeway
string
支付方式
received
string
应收款
cashier
string
应收款
choosestarttime
string
请选择开始的时间
chooseendtime
string
请选择结束的时间
示例
{
"code": 10000,
"message": "success",
"data": {
"feeid": "string",
"chargecycle": "string",
"remark": "string",
"receivable": "string",
"chargeway": "string",
"received": "string",
"cashier": "string",
"choosestarttime": "string",
"chooseendtime": "string"
}
}
修改于 2025-06-11 06:53:24