新增科目
POST
https://v4.fenxi365.com/api/subject
最后修改时间:2024-04-30 07:04:03
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/subject' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json
id
integer | null
可选
type
string | null
科目类型
code
string | null
科目编码
queryCode
string | null
可选
name
string | null
科目名称
mnemonicCode
string | null
助记码
balanceDirection
string | null
余额方向
status
boolean | null
状态
cash
boolean | null
可选
parentId
integer | null
上级科目
level
integer | null
所在级别
systemDefault
boolean | null
是否为系统默认
unit
string | null
单位
fullName
string | null
可选
leaf
boolean | null
可选
adjustments
boolean | null
可选
auxiliaryAccounting
array[integer] | null
辅助核算
currencyAccounting
array[integer] | null
外币核算
示例
返回响应
🟢200成功
application/json
Body
<p>****************************************************************************</p>
<p><b>Copyright © 2010-2019纷析云(杭州)科技有限公司All Rights Reserved<b></p>
<ul style="margin:15px;">
<li>Description : 统一返回请求结果</li>
<li>Version : 1.0</li>
<li>Creation : 2019年11月18日</li>
<li>@author : ____′↘夏悸</li>
</ul>
<p>****************************************************************************</p>
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
object (Subject)
可选
id
integer | null
可选
accountSetsId
integer | null
可选
type
string | null
科目类型
code
string | null
科目编码
queryCode
string | null
可选
name
string | null
科目名称
mnemonicCode
string | null
助记码
balanceDirection
string | null
余额方向
status
boolean | null
状态
cash
boolean | null
可选
parentId
integer | null
上级科目
level
integer | null
所在级别
systemDefault
boolean | null
是否为系统默认
unit
string | null
单位
fullName
string | null
可选
leaf
boolean | null
可选
adjustments
boolean | null
可选
auxiliaryAccounting
array[integer] | null
辅助核算
currencyAccounting
array[integer] | null
外币核算
修改于 2024-04-30 07:04:03