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": [
{}
]
}
]
}'