更新公式
PUT
/report/items/formula最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
id
integer | null
可选
templateId
integer | null
可选
title
string | null
标题
parentId
integer | null
可选
isBolder
boolean | null
是否加粗标题
isFolding
boolean | null
是否可以折叠
isClassified
boolean | null
可选
是否是归类项,归类项没有行号
pos
integer | null
显示位置
level
integer | null
级别
rowNum
string | null
行号
editFormulas
boolean | null
是否允许编辑公式
itemType
array[string] | null
可选
枚举值:
常规重分类
formulas
array[object (ReportItemsFormula) {4}] | null
可选
calculation
string | null
计算方式
accessRules
enum<string> | enum<null>
可选
取数规则:0,净发生额度 1,借方发生额 2,贷方发生额
枚举值:
发生额借方发生额贷方发生额余额期初余额借方余额贷方余额末级借方余额末级贷方余额
fromTag
string | null
数据来源标识
source
enum<string> | enum<null>
可选
枚举值:
SUBJECTSDATA_ITEMS
children
array[object (ReportItems) {15}] | null
可选
id
integer | null
可选
accountSetsId
integer | null
可选
templateId
integer | null
可选
title
string | null
标题
parentId
integer | null
可选
isBolder
boolean | null
是否加粗标题
isFolding
boolean | null
是否可以折叠
isClassified
boolean | null
可选
是否是归类项,归类项没有行号
pos
integer | null
显示位置
level
integer | null
级别
rowNum
string | null
行号
editFormulas
boolean | null
是否允许编辑公式
itemType
array[string] | null
可选
枚举值:
常规重分类
formulas
array[object (ReportItemsFormula) {4}] | null
可选
children
array[object (ReportItems) {15}] | null
可选
示例
{
"id": 0,
"templateId": 0,
"title": "string",
"parentId": 0,
"isBolder": true,
"isFolding": true,
"isClassified": true,
"pos": 0,
"level": 0,
"rowNum": "string",
"editFormulas": true,
"itemType": [
"常规"
],
"formulas": [
{
"calculation": "string",
"accessRules": "发生额",
"fromTag": "string",
"source": "SUBJECTS"
}
],
"children": [
{
"id": 0,
"accountSetsId": 0,
"templateId": 0,
"title": "string",
"parentId": 0,
"isBolder": true,
"isFolding": true,
"isClassified": true,
"pos": 0,
"level": 0,
"rowNum": "string",
"editFormulas": true,
"itemType": [
"常规"
],
"formulas": [
{
"calculation": "string",
"accessRules": "发生额",
"fromTag": "string",
"source": "SUBJECTS"
}
],
"children": [
{}
]
}
]
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前