/
CA
campfire
/
Campfire Developer APIs
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
campfire
Campfire Developer APIs
patch
Partial Update Budget Account
v1
latest
OpenAPI 3.0.3
2026-07-26
362
271
803.3 KB
Accounts Payable
39
Accounts Receivable
35
Bank Reconciliation
10
Cash Management
13
coa
1
Company Objects
59
Core Accounting
73
post
Balance Intercompany Journal Entry
post
Bulk Search Custom Dimensions by Name
post
Bulk Search Departments by Name
post
Bulk Search Vendors by External ID or Name
post
Bulk Update Chart Transactions
post
Create Bill Payments for Transaction
get
List Budgets
post
Create Budget
get
List Budget Accounts
post
Create Budget
post
Create Credit Memo Payments for Transaction
post
Create Debit Memo Payments for Transaction
get
List Fixed Assets
post
Create Fixed Asset
get
List Fixed Asset Automations
post
Create Fixed Asset Automation
get
List Intercompany Journal Entries
post
Create Intercompany Journal Entry
post
Create Invoice Payments for Transaction
get
List Journal Entries
post
Create Journal Entry
get
List Vendor Contacts
post
Create Vendor Contact
get
Retrieve Budget
put
Update Budget
delete
Delete Budget
patch
Partial Update Budget
get
Retrieve Budget Account
put
Update Budget Account
delete
Delete Budget Account
patch
Partial Update Budget Account
get
Retrieve Chart Transaction
put
Update Chart Transaction
delete
Delete Chart Transaction
patch
Partial Update Chart Transaction
get
Retrieve Fixed Asset
put
Update Fixed Asset
delete
Delete Fixed Asset
patch
Partial Update Fixed Asset
get
Retrieve Fixed Asset Automation
put
Update Fixed Asset Automation
delete
Delete Fixed Asset Automation
patch
Partial Update Fixed Asset Automation
get
Get Intercompany Journal Entry
put
Update Intercompany Journal Entry
delete
Delete Intercompany Journal Entry
patch
Partial Update Intercompany Journal Entry
get
Retrieve Journal Entry
put
Update Journal Entry
delete
Delete Journal Entry
patch
Partial Update Journal Entry
get
Retrieve Transaction Match
put
Update Transaction Match
delete
Delete Transaction Match
patch
Partial Update Transaction Match
get
Get Chart Transaction Totals
get
Get Transaction Matches Count
get
List Chart Transactions
get
List Fixed Asset Automation Accounts
get
List Fixed Asset Automation Asset Classes
get
List Fixed Asset Automation Matches
get
List Transaction Matches
get
List Unmatched GL Transactions for Fixed Asset Reconciliation
get
Preview Chart Transaction Merge
post
Merge Chart Transactions
get
Retrieve Fixed Asset Automation Match
put
Update Fixed Asset Automation Match
patch
Partial Update Fixed Asset Automation Match
post
Process Transaction Match
post
Reject Transaction Match
post
Run Fixed Asset Automation
put
Update Transaction Match Status
post
Set Transaction Match Status
Custom Fields
1
Financial Statements
12
Integrations
7
Revenue Recognition
86
Settings
26
Core Accounting
Partial Update Budget Account
patch
/coa/api/budgets/{budget_pk}/accounts/{id}
Path parameters
budget_pk
integer
required
id
integer
required
Request body
PatchedBudgetAccount
required
id
integer
is_deleted
boolean
deleted_at
string
date-time
nullable
account_name
string
account_lineage
string
department_name
string
period
integer
amount
number
double
created_at
string
date-time
last_modified_at
string
date-time
customer
integer
budget
integer
account
integer
department
integer
nullable
Response
BudgetAccount
required
id
integer
required
is_deleted
boolean
required
deleted_at
string
date-time
nullable
required
account_name
string
required
account_lineage
string
required
department_name
string
required
period
integer
amount
number
double
created_at
string
date-time
required
last_modified_at
string
date-time
required
customer
integer
required
budget
integer
required
account
integer
required
department
integer
nullable
required