自定义字段 save
POST
https://v4.fenxi365.com/api/salary/field最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
array of:
id
integer | null
可选
accountSetsId
integer | null
可选
fieldName
string | null
可选
socialFieldId
integer | null
可选
socialFieldType
string | null
可选
enabled
boolean | null
可选
是否启用 1 启用 0禁用
formula
string | null
可选
fieldType
enum<string> | enum<null>
可选
枚举值:
自定义项目系统项目
dataType
enum<string> | enum<null>
可选
枚举值:
数值字符计算
weight
integer | null
可选
edit
boolean | null
可选
示例
[
{
"id": 0,
"accountSetsId": 0,
"fieldName": "string",
"socialFieldId": 0,
"socialFieldType": "string",
"enabled": true,
"formula": "string",
"fieldType": "自定义项目",
"dataType": "数值",
"weight": 0,
"edit": true
}
]
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前