Submit a net gain/loss journal to Xero
Xero
Submit Xero Gain/Loss Journal API
Book a manual journal in Xero with only the net gain/loss lines of a Breezing transaction, using the company’s gain and loss account mappings.
POST
Submit a net gain/loss journal to Xero
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Body
application/json
Breezing transaction ID whose net gain/loss to book. This is the database id from GET /transactions, not the blockchain hash.
Required range:
x > 0Net gain/loss amount to book, as a positive decimal string. Journal lines under 0.01 are skipped, so an amount below 0.01 books nothing.
Pattern:
^\d+(\.\d+)?$Last modified on July 5, 2026