创建结转模板
POST
https://v4.fenxi365.com/api/checkout/template
最后修改时间:2024-04-25 08:01:44
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/checkout/template' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
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<>()
示例
返回响应
🟢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 (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<>()
修改于 2024-04-25 08:01:44