Skip to main content
PATCH
Update Transaction

Path Parameters

transaction_id
string<uuid>
required

Body

application/json
bankAccountId
string | null
transactionDate
string<date> | null
description
string | null
debitAmount
number | null
creditAmount
number | null
balance
number | null
reconciled
boolean | null
matchedEntryId
string | null
matchConfidence
number | null
bankName
string | null
fileName
string | null

Response

Successful Response

id
string
required
orgId
string
required
transactionDate
string
required
description
string
required
debitAmount
number
required
creditAmount
number
required
balance
number
required
reconciled
boolean
required
createdAt
string
required
importedAt
string
required
bankAccountId
string | null
bankAccountName
string | null
matchedEntryId
string | null
matchConfidence
number | null
bankName
string | null
fileName
string | null