{
"id": 0,
"parentId": 0,
"customerNo": 0,
"compId": "string",
"deptId": 0,
"code": "string",
"name": "string",
"remarks": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string",
"isIft": 0,
"settlementCompany": "string",
"status": true
}curl --location --request POST '/api/tms/cost/center/costTree' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"parentId": 0,
"customerNo": 0,
"compId": "string",
"deptId": 0,
"code": "string",
"name": "string",
"remarks": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string",
"isIft": 0,
"settlementCompany": "string",
"status": true
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"key": 0,
"title": "",
"status": false,
"customerId": 0,
"children": [
{
"key": 0,
"title": "",
"status": false,
"customerId": 0,
"children": []
}
]
}
]
}