查询单个会计科目
开发中
POST
/open/api/basic/accounting-subject/query
请求参数
Query 参数
subject_id
string
科目id
示例值:
0001
示例代码
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/query?subject_id=0001'
返回响应
🟢200成功
application/json
Body
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
描述
示例
{
"organization_id": "86",
"code": "73",
"name": "再革前打后",
"subject_id": "28",
"biz_type": "dolore reprehe",
"account_type": "001",
"description": "",
"relation_type": "l",
"aux_acc_type": "la"
}