Skip to main content
PATCH
Update Bank Account

Path Parameters

bank_account_id
string
required

Body

application/json
accountName
string | null
accountNumber
string | null
bankName
string | null
bankCode
string | null
branchName
string | null
currency
string | null
status
string | null
balance
number | null
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