Balance Intercompany Journal Entry
Core Accounting
Balance Intercompany Journal Entry
Balances an intercompany journal entry by entity and currency.
This endpoint performs the same balancing logic as the frontend, applying:
- Auto-fetching of exchange rates if not provided (requires date field)
- Exchange rate roll-forward from native to book to consolidation currencies
- Exchange rate plugging to ensure consolidation amounts match across currencies within an entity
- Automatic creation of balancing transactions when debits != credits at any currency level
The endpoint accepts a partial intercompany journal entry with transactions and optionally exchange rates, and returns the balanced version with:
- Auto-fetched exchange rates (if exchange_rates is empty and date is provided)
- Updated transactions with calculated book and consolidation amounts
- New balancing transactions added where needed
- Plugged exchange rates to maintain consolidation consistency
This is useful for:
- Validating journal entries before submission
- Understanding what balancing entries will be created
- Testing multi-currency and multi-entity scenarios
- Auto-fetching exchange rates for the journal date
POST
Balance Intercompany Journal Entry
Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Token-based authentication with required prefix "Token"
Body
application/json
Response
200
No response body