Skip to main content
POST
Create Bank Account

Body

application/json
accountName
string
required
accountNumber
string
required
bankName
string
required
bankCode
string | null
branchName
string | null
currency
string | null
default:VND
status
string | null
default:active
balance
number | null
default:0
notes
string | null

Response

Successful Response

id
string
required
orgId
string
required
accountName
string
required
accountNumber
string
required
bankName
string
required
currency
string
required
status
string
required
balance
number
required
bankCode
string | null
branchName
string | null
notes
string | null
createdAt
string | null
updatedAt
string | null