Skip to main content
PATCH
Partial Update Bank Transaction

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Body

transaction_id
string<uuid>
external_transaction_id
string | null
Maximum string length: 200
currency
string
Maximum string length: 3
amount
number<double> | null
Required range: -1000000000000000000 < x < 1000000000000000000
amount_native
number<double> | null
Required range: -1000000000000000000 < x < 1000000000000000000
posted_at
string<date-time> | null
status
string | null
Maximum string length: 250
note
string | null
Maximum string length: 1024
bank_description
string | null
external_memo
string | null
merchant_id
string | null
merchant_name
string | null
merchant_nickname
string | null
kind
string | null
excluded
boolean
assigned
boolean
metadata
unknown
account
integer

Response

200 - application/json
id
integer
required
read-only
is_deleted
boolean
default:false
required
read-only
deleted_at
string<date-time> | null
required
read-only
account_name
string
required
read-only
entity_name
string | null
required
read-only
date_month
string | null
required
read-only
date_year
string | null
required
read-only
journal
integer | null
required
read-only
journal_order
string | null
required
read-only
intercompany_journal
integer | null
required
read-only
reconciliation_report
integer
required
read-only
reconciliation_report_ending_date
string<date>
required
read-only
last_modified_at
string<date-time>
required
read-only
created_at
string<date-time>
required
read-only
customer
integer
required
read-only
account
integer
required
transaction_id
string<uuid>
external_transaction_id
string | null
Maximum string length: 200
currency
string
Maximum string length: 3
amount
number<double> | null
Required range: -1000000000000000000 < x < 1000000000000000000
amount_native
number<double> | null
Required range: -1000000000000000000 < x < 1000000000000000000
posted_at
string<date-time> | null
status
string | null
Maximum string length: 250
note
string | null
Maximum string length: 1024
bank_description
string | null
external_memo
string | null
merchant_id
string | null
merchant_name
string | null
merchant_nickname
string | null
kind
string | null
excluded
boolean
assigned
boolean
metadata
unknown