- 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
缴纳车辆费用
PUT
/c4-carpayment/paycarpayment
请求参数
Body 参数application/json
car_name
string
车辆
fee_type
string
可选
fee_name
string
可选
fee_flag
string
费用标识
create_time
string
可选
rece_pay
number <double>
可选
fee_item_id
string
费用项ID
amount
number <double>
收费金额
call_type
string
催缴类型
pay_type
string
付款类型
pay_cycle
string
请选择缴费周期
formula
string
公式
unit_price
number <double>
缴费单价
sur_fee
number <double>
可选
fix_fee
number <double>
可选
qdt
string
可选
fee_id
string
可选
community_id
string
可选
text
string
可填,请填写备注
description
string
说明
status
string
状态
pay_way
string
必填,请选择支付
act_pay
number <double>
可选
start_time
string
可选
end_time
string
可选
owe_id
string
欠费主键
payer_obj_id
string
付款方id
income_obj_id
string
可选
user_id
string
可选
square_price
number <double>
单价
computing_formula
string
可选
bill_type
string
可选
computing_formula_text
string
可选
deduct_from
string
可选
pay_online
string
可选
scale
string
可选
decimal_place
integer
可选
>= -2147483648<= 2147483647
units
string
可选
prepayment_period
string
可选
owner_id
string
可选
owner_name
string
业主名称
config_name
string
可选
owner_tel
string
可选
payer_obj_name
string
可选
deadline_time
string
可选
paid_amount
number <double>
可选
示例
{
"car_name": "string",
"fee_type": "string",
"fee_name": "string",
"fee_flag": "string",
"create_time": "string",
"rece_pay": 0,
"fee_item_id": "string",
"amount": 0,
"call_type": "string",
"pay_type": "string",
"pay_cycle": "string",
"formula": "string",
"unit_price": 0,
"sur_fee": 0,
"fix_fee": 0,
"qdt": "string",
"fee_id": "string",
"community_id": "string",
"text": "string",
"description": "string",
"status": "string",
"pay_way": "string",
"act_pay": 0,
"start_time": "string",
"end_time": "string",
"owe_id": "string",
"payer_obj_id": "string",
"income_obj_id": "string",
"user_id": "string",
"square_price": 0,
"computing_formula": "string",
"bill_type": "string",
"computing_formula_text": "string",
"deduct_from": "string",
"pay_online": "string",
"scale": "string",
"decimal_place": -2147483648,
"units": "string",
"prepayment_period": "string",
"owner_id": "string",
"owner_name": "string",
"config_name": "string",
"owner_tel": "string",
"payer_obj_name": "string",
"deadline_time": "string",
"paid_amount": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/c4-carpayment/paycarpayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"car_name": "string",
"fee_type": "string",
"fee_name": "string",
"fee_flag": "string",
"create_time": "string",
"rece_pay": 0,
"fee_item_id": "string",
"amount": 0,
"call_type": "string",
"pay_type": "string",
"pay_cycle": "string",
"formula": "string",
"unit_price": 0,
"sur_fee": 0,
"fix_fee": 0,
"qdt": "string",
"fee_id": "string",
"community_id": "string",
"text": "string",
"description": "string",
"status": "string",
"pay_way": "string",
"act_pay": 0,
"start_time": "string",
"end_time": "string",
"owe_id": "string",
"payer_obj_id": "string",
"income_obj_id": "string",
"user_id": "string",
"square_price": 0,
"computing_formula": "string",
"bill_type": "string",
"computing_formula_text": "string",
"deduct_from": "string",
"pay_online": "string",
"scale": "string",
"decimal_place": -2147483648,
"units": "string",
"prepayment_period": "string",
"owner_id": "string",
"owner_name": "string",
"config_name": "string",
"owner_tel": "string",
"payer_obj_name": "string",
"deadline_time": "string",
"paid_amount": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
string
数据对象
示例
{
"code": 10000,
"message": "success",
"data": "string"
}
修改于 2025-06-11 06:53:24