创建结转模板
POST
https://v4.fenxi365.com/api/checkout/template最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
id
integer | null
可选
accountSetsId
integer | null
可选
title
string | null
可选
voucherWordId
integer | null
可选
pos
integer | null
可选
isDefault
boolean | null
可选
items
array[object (CtItem) {7}] | null
可选
默认值:
new ArrayList<>()
summary
string | null
摘要
subjectId
integer | null
科目Id
valueType
enum<string> | enum<null>
摘要
枚举值:
按公式取值自动平衡
eqRate
number | null
平衡比率
balanceDirection
string | null
借贷方向
amount
number | null
金额
rules
array[object (RuleItem) {4}] | null
可选
默认值:
new ArrayList<>()
示例
{
"id": 0,
"accountSetsId": 0,
"title": "string",
"voucherWordId": 0,
"pos": 0,
"isDefault": true,
"items": "new ArrayList<>()"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
<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 (CheckoutTemplate)
可选
id
integer | null
可选
accountSetsId
integer | null
可选
title
string | null
可选
voucherWordId
integer | null
可选
pos
integer | null
可选
isDefault
boolean | null
可选
items
array[object (CtItem) {7}] | null
可选
默认值:
new ArrayList<>()
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前