- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- c4
- c5
- 计费管理
- 计费配置
- 预警管理
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
修改费用明细接口
PUT
/cost-detail/edit-cost
最后修改时间:2025-03-13 07:18:11
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
cus_code
string
客户(客户编码)
cost_code
string
费用(费用编码)
cost_date
string
费用日期
day_cost_yj
string
原价
day_cost_bhs
string
不含税价
day_cost_se
string
税额
day_cost_hsj
string
含税价
cost_ori
string
费用来源
beizhu
string
备注
cost_sta
string
状态
cost_sl
string
计费数量
cost_unit
string
数量单位
id
string
唯一id
示例
{
"cus_code": "string",
"cost_code": "string",
"cost_date": "string",
"day_cost_yj": "string",
"day_cost_bhs": "string",
"day_cost_se": "string",
"day_cost_hsj": "string",
"cost_ori": "string",
"beizhu": "string",
"cost_sta": "string",
"cost_sl": "string",
"cost_unit": "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 PUT '/cost-detail/edit-cost' \
--header 'Content-Type: application/json' \
--data-raw '{
"cus_code": "string",
"cost_code": "string",
"cost_date": "string",
"day_cost_yj": "string",
"day_cost_bhs": "string",
"day_cost_se": "string",
"day_cost_hsj": "string",
"cost_ori": "string",
"beizhu": "string",
"cost_sta": "string",
"cost_sl": "string",
"cost_unit": "string",
"id": "string"
}'
返回响应
🟢200成功
text/plain
Body
string
可选