- 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-applydiscount/all-modify-applydiscount
请求参数
Body 参数application/json
roomName
string
房屋名称
applyType
string
申请类型
createUserName
string
创建人
createUserTel
string
创建手机号
startTime
string
开始时间
endTime
string
结束时间
createRemark
string
可选
ardId
string
主键id
communityId
string
小区id
roomId
string
房屋id
discountId
string
折扣id
checkUserId
string
验房人
reviewUserId
string
通过人
state
string
审核状态
checkRemark
string
验房备注信息
reviewRemark
string
通过备注信息
createTime
string
创建时间
statusCd
string
数据状态
inUse
string
是否可用
bId
string
业务id
feeId
string
费用id
returnWay
string
可选
returnAmount
string
返还金额
示例
{
"roomName": "string",
"applyType": "string",
"createUserName": "string",
"createUserTel": "string",
"startTime": "string",
"endTime": "string",
"createRemark": "string",
"ardId": "string",
"communityId": "string",
"roomId": "string",
"discountId": "string",
"checkUserId": "string",
"reviewUserId": "string",
"state": "string",
"checkRemark": "string",
"reviewRemark": "string",
"createTime": "string",
"statusCd": "string",
"inUse": "string",
"bId": "string",
"feeId": "string",
"returnWay": "string",
"returnAmount": "string"
}
示例代码
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-applydiscount/all-modify-applydiscount' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomName": "string",
"applyType": "string",
"createUserName": "string",
"createUserTel": "string",
"startTime": "string",
"endTime": "string",
"createRemark": "string",
"ardId": "string",
"communityId": "string",
"roomId": "string",
"discountId": "string",
"checkUserId": "string",
"reviewUserId": "string",
"state": "string",
"checkRemark": "string",
"reviewRemark": "string",
"createTime": "string",
"statusCd": "string",
"inUse": "string",
"bId": "string",
"feeId": "string",
"returnWay": "string",
"returnAmount": "string"
}'
返回响应
🟢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