查询现金账户信息
开发中
GET
openapi/account/querycashaccount
请求参数
Query 参数
org_code
string
组织编码
org_name
string
组织名称
bank_code
string
银行编码
account_number
string
账号
account_name
string
户名
account_eng_name
string
英文户名
account_type_code
string
账户种类编码
account_property_code
string
账户性质编码
country_code
string
国家或地区编码
currency_code
string
币种编码
status
integer
可选
is_direct
integer
可选
oid
string
来源id
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'openapi/account/querycashaccount?org_code=&org_name=&bank_code=&account_number=&account_name=&account_eng_name=&account_type_code=&account_property_code=&country_code=¤cy_code=&status=&is_direct=&oid=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
array of:
oid
string
账户id
account_number
string
账号
account_eng_name
string
账户英文名称
account_name
string
账户名称
currency_info
array [object {1}]
币种
currency_code
string
币种代码
memo
string
备注
account_state
number
账户状态
manage_info
object
管理信息
org_code
string
组织编码
org_name
string
组织名称
account_property_code
string
账户性质
fund_type_range
string
账户标签
user_dept_code
string
使用部门编码
user_dept_name
string
使用部门名称
manager_org_code
string
归口管理部门编码
manager_org_name
string
归口管理部门名称
示例
[
{
"oid": "string",
"account_number": "string",
"account_eng_name": "string",
"account_name": "string",
"currency_info": [
{
"currency_code": "string"
}
],
"memo": "string",
"account_state": 0,
"manage_info ": {
"org_code": "string",
"org_name": "string",
"account_property_code": "string",
"fund_type_range": "string",
"user_dept_code": "string",
"user_dept_name": "string",
"manager_org_code": "string",
"manager_org_name": "string"
}
}
]
修改于 2024-08-10 02:32:36