删除会计科目
开发中
POST
/open/api/basic/accounting-subject/remove
请求参数
Body 参数application/json
subject_id
string
科目id
示例
{
"subject_id": "string"
}
示例代码
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/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject_id": "string"
}'
返回响应
🟢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
描述
示例
{
"org_id": "15",
"code": "7",
"name": "科七革如马单布",
"subject_id": "39",
"biz_type": "",
"description": "况建火速看料处年各议极重在此拉好。及亲王经华长下为增门主具部调。由个意政真特书约百平部律复铁局科。值克每且类红查受所应等点走际。五总个见角多最边象率个组别。理示称算程里须照提风口子走。次感米界用回带林天应多多。",
"relation_type": "",
"account_type": "aliqua laborum est",
"aux_acc_type": "quis consequat sunt"
}