批量查询会计科目
开发中
POST
/open/api/basic/accounting-subject/batch-query
请求参数
Body 参数application/x-www-form-urlencoded
page_no
integer
当前页
示例值:
1
page_size
integer
分页大小
示例值:
100
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/open/api/basic/accounting-subject/batch-query'
返回响应
🟢200成功
application/json
Body
page_no
integer
当前页
page_size
integer
分页大小
total
number
总条数
total_pages
number
总条数
records
array [object {9}]
记录数
subject_id
string
科目id
<= 64 字符
code
string
科目编码
<= 16 字符
name
string
科目名称
<= 128 字符
organization_id
string
组织id
<= 64 字符
account_type
string
科目类型
<= 64 字符
aux_acc_type
string
核算维度
<= 255 字符
relation_type
string
认领类型
<= 1 字符
biz_type
string
系统业务 类型
<= 32 字符
description
string
描述
示例
{
"page_no": 1,
"page_size": 100,
"total": 10000,
"total_pages": 100,
"records": [
{
"organization_id": "61",
"code": "77",
"name": "技济员立般流",
"subject_id": "41",
"description": "至花铁题调土战风除报识手理全。教专济影南受约其如完便再飞提小往量。精基育容为明办同写温备造织转动过四干。信起种化出量间精种万更天年。话王我养况角意例写西收六龙。空总比八快青议文精况府该儿多些。",
"biz_type": "e",
"aux_acc_type": "adipisicing ut velit",
"account_type": "sed est",
"relation_type": ""
}
]
}