新增期初
POST
https://v4.fenxi365.com/api/initial-balance
最后修改时间:2024-04-29 17:53:37
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/initial-balance' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"subjectId": 0,
"subjectCode": "string",
"auxiliaryDetailId": 0,
"auxiliaryDetailIds": [
0
],
"currencyId": 0,
"beginBalance": 0,
"beginBalanceFor": 0,
"yearTotalDebitFor": 0,
"yearTotalDebit": 0,
"yearTotalCreditFor": 0,
"yearTotalCredit": 0,
"yearTotalFor": 0,
"yearTotal": 0,
"beginQuantity": 0,
"yearTotalCreditQuantity": 0,
"yearTotalDebitQuantity": 0,
"yearTotalQuantity": 0,
"treeId": 0,
"parentTreeId": 0,
"leaf": true,
"level": 0,
"balanceDirection": "string"
}
]'
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json