v1
latestOpenAPI 3.0.32026-07-26362271803.3 KBUpdate Chart Transaction
Path parameters
Request body
Combines account number and name in the format "number - name"
Name of the linked Campfire Vendor object. Distinct from merchant_name, which is free text stored directly on the transaction and not linked to a Campfire object.
Two-digit month (MM) derived from posted_at, the transaction date.
Four-digit year (YYYY) derived from posted_at, the transaction date.
Amount in consolidated currency (the currency of the root entity).
Amount in the currency the transaction was originally created in.
Amount in the currency of the entity this transaction belongs to.
Return all fixed assets this transaction is linked to — via the legacy purchase_transaction FK (reverse: created_fixed_assets) AND the new purchase_transactions M2M (reverse: linked_fixed_assets). Dual-write keeps the FK target in the M2M, but using both covers any pre-backfill drift and surfaces non-primary M2M-only links (e.g. the secondary txns in a multi-txn fixed asset, or a split-resized txn).
Response
Combines account number and name in the format "number - name"
Name of the linked Campfire Vendor object. Distinct from merchant_name, which is free text stored directly on the transaction and not linked to a Campfire object.
Two-digit month (MM) derived from posted_at, the transaction date.
Four-digit year (YYYY) derived from posted_at, the transaction date.
Amount in consolidated currency (the currency of the root entity).
Amount in the currency the transaction was originally created in.
Amount in the currency of the entity this transaction belongs to.
Return all fixed assets this transaction is linked to — via the legacy purchase_transaction FK (reverse: created_fixed_assets) AND the new purchase_transactions M2M (reverse: linked_fixed_assets). Dual-write keeps the FK target in the M2M, but using both covers any pre-backfill drift and surfaces non-primary M2M-only links (e.g. the secondary txns in a multi-txn fixed asset, or a split-resized txn).