[
{
"oid": "string",
"account_number": "string",
"account_engname": "string",
"account_name": "string",
"currency_info": [
{
"currency_code": "str"
}
],
"bank_code": "string",
"bank_name": "string",
"bank_location": "string",
"swift_code": "string",
"cnaps": "string",
"is_direct": 0,
"memo": "string",
"memonic_code": "string",
"manage_info ": {
"org_code": "string",
"org_name": "string",
"account_type_code": "string",
"account_property_code": "string",
"fund_type_range": "string",
"legal_person": "string",
"user_dept_code": "string",
"user_dept_name": "string",
"manager_org_code": "string",
"manager_org_name": "string",
"is_supervision": 0,
"is_manage_by_group": 0,
"is_linked_virtual_account": 0,
"is_bill_settlement": 0,
"project_item": "string"
},
"other_info ": {
"country_code": "str",
"reserved_seal": "string",
"opn": "string",
"tax_rate": 0,
"area_code": "string",
"address": "string",
"enquiry_address": "string",
"registration": "string",
"resident_type": "string",
"related_account_number": "string",
"sign_format": "s",
"pay_flag": 0,
"enterprise_code": "string",
"extension_info": "string",
"depositor_query_code": "string"
},
"contactInfo": [
{
"contact": "string",
"phone": "string",
"email": "string",
"position": "string",
"description": "string"
}
]
}
]
curl --location --request POST 'openapi/account/createaccount' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"oid": "string",
"account_number": "string",
"account_engname": "string",
"account_name": "string",
"currency_info": [
{
"currency_code": "str"
}
],
"bank_code": "string",
"bank_name": "string",
"bank_location": "string",
"swift_code": "string",
"cnaps": "string",
"is_direct": 0,
"memo": "string",
"memonic_code": "string",
"manage_info ": {
"org_code": "string",
"org_name": "string",
"account_type_code": "string",
"account_property_code": "string",
"fund_type_range": "string",
"legal_person": "string",
"user_dept_code": "string",
"user_dept_name": "string",
"manager_org_code": "string",
"manager_org_name": "string",
"is_supervision": 0,
"is_manage_by_group": 0,
"is_linked_virtual_account": 0,
"is_bill_settlement": 0,
"project_item": "string"
},
"other_info ": {
"country_code": "str",
"reserved_seal": "string",
"opn": "string",
"tax_rate": 0,
"area_code": "string",
"address": "string",
"enquiry_address": "string",
"registration": "string",
"resident_type": "string",
"related_account_number": "string",
"sign_format": "s",
"pay_flag": 0,
"enterprise_code": "string",
"extension_info": "string",
"depositor_query_code": "string"
},
"contactInfo": [
{
"contact": "string",
"phone": "string",
"email": "string",
"position": "string",
"description": "string"
}
]
}
]'
[
{
"oid": "string",
"status_code": 0,
"msg": "string",
"id": "string"
}
]