科目余额
POST
https://v4.fenxi365.com/api/subject/balance
最后修改时间:2024-04-25 09:04:24
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/subject/balance' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json
subjectId
integer | null
可选
currencyId
integer | null
可选
acDetails
array[object (AcDetails) {12}] | null
可选
id
integer | null
可选
accountSetsId
integer | null
可选
categoryId
integer | null
可选
categoryName
string | null
可选
categoryType
enum<string> | enum<null>
可 选
枚举值:
CUSTOMERVENDOREMPLOYEEDEPARTMENTORGANIZATIONPROJECTSTOCKSCASH_FLOWCUSTOMIZATION
code
string | null
编码
name
string | null
名称
mnemonics
string | null
可选
remark
string | null
备注
enable
boolean | null
是否启用
createTime
string | null
可选
updateTime
string | null
可选
示例
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
boolean
可选
修改于 2024-04-25 09:04:24