更新公式
PUT
https://v4.fenxi365.com/api/report/items/formula
最后修改时间:2024-04-30 02:58:08
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://v4.fenxi365.com/api/report/items/formula' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": [
{}
]
}
]
}'
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json