- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- c5
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
录入费用名称
POST
/billing-configuration/add-cost-name
最后修改时间:2025-03-12 13:24:25
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
id
string
可选
默认值:
4028804072df34cc0174a95c083d0016
cost_code
string
可选
默认值:
2001
cost_name
string
可选
默认值:
按托盘计费
cost_type_code
string
可选
默认值:
01
create_name
string
可选
默认值:
admin
create_by
string
可选
默认值:
admin
create_date
string
可选
默认值:
2017-10-18 06:49:08
sys_org_code
string
可选
默认值:
A04
sys_company_code
string
可选
默认值:
A04
示例
{
"id": "4028804072df34cc0174a95c083d0016",
"cost_code": "2001",
"cost_name": "按托盘计费",
"cost_type_code": "01",
"create_name": "admin",
"create_by": "admin",
"create_date": "2017-10-18 06:49:08",
"sys_org_code": "A04",
"sys_company_code": "A04"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/billing-configuration/add-cost-name' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "4028804072df34cc0174a95c083d0016",
"cost_code": "2001",
"cost_name": "按托盘计费",
"cost_type_code": "01",
"create_name": "admin",
"create_by": "admin",
"create_date": "2017-10-18 06:49:08",
"sys_org_code": "A04",
"sys_company_code": "A04"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
string
数据对象
示例
{
"code": 10000,
"message": "success",
"data": "string"
}