Skip to main content
PATCH
Update recorded transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

customAccountId
string<uuid>
required

The UUID of the custom account containing the transaction.

transactionId
string<uuid>
required

The UUID of the recorded transaction to update.

Body

multipart/form-data

Provide at least one transaction field, document_ids, tags, or receipt file.

transaction
object

Fields to update, sent as JSON in the transaction multipart field. Omitted fields are unchanged.

files
file[]

Optional new receipt files (up to five); each file must have a unique filename.

Minimum array length: 1

Response

Updated transaction.

data
object
required