A JournalEntry
is a record of a transaction or event that is entered into a company's accounting system.
The JournalEntry
common model contains records that are automatically created as a result of a certain type of transaction, like an Invoice, and records that are manually created against a company’s ledger.
The lines of a given JournalEntry
object should always sum to 0. A positive net_amount
means the line represents a debit and a negative net_amount represents a credit.
id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)payments
ArrayPayment
object IDs.applied_payments
Arraymemo
Stringcurrency
EnumXUA
, AFN
, AFA
, ALL
, ALK
, DZD
, ADP
, AOA
, AOK
, AON
, AOR
, ARA
, ARS
, ARM
, ARP
, ARL
, AMD
, AWG
, AUD
, ATS
, AZN
, AZM
, BSD
, BHD
, BDT
, BBD
, BYN
, BYB
, BYR
, BEF
, BEC
, BEL
, BZD
, BMD
, BTN
, BOB
, BOL
, BOV
, BOP
, BAM
, BAD
, BAN
, BWP
, BRC
, BRZ
, BRE
, BRR
, BRN
, BRB
, BRL
, GBP
, BND
, BGL
, BGN
, BGO
, BGM
, BUK
, BIF
, XPF
, KHR
, CAD
, CVE
, KYD
, XAF
, CLE
, CLP
, CLF
, CNX
, CNY
, CNH
, COP
, COU
, KMF
, CDF
, CRC
, HRD
, HRK
, CUC
, CUP
, CYP
, CZK
, CSK
, DKK
, DJF
, DOP
, NLG
, XCD
, DDM
, ECS
, ECV
, EGP
, GQE
, ERN
, EEK
, ETB
, EUR
, XBA
, XEU
, XBB
, XBC
, XBD
, FKP
, FJD
, FIM
, FRF
, XFO
, XFU
, GMD
, GEK
, GEL
, DEM
, GHS
, GHC
, GIP
, XAU
, GRD
, GTQ
, GWP
, GNF
, GNS
, GYD
, HTG
, HNL
, HKD
, HUF
, IMP
, ISK
, ISJ
, INR
, IDR
, IRR
, IQD
, IEP
, ILS
, ILP
, ILR
, ITL
, JMD
, JPY
, JOD
, KZT
, KES
, KWD
, KGS
, LAK
, LVL
, LVR
, LBP
, LSL
, LRD
, LYD
, LTL
, LTT
, LUL
, LUC
, LUF
, MOP
, MKD
, MKN
, MGA
, MGF
, MWK
, MYR
, MVR
, MVP
, MLF
, MTL
, MTP
, MRU
, MRO
, MUR
, MXV
, MXN
, MXP
, MDC
, MDL
, MCF
, MNT
, MAD
, MAF
, MZE
, MZN
, MZM
, MMK
, NAD
, NPR
, ANG
, TWD
, NZD
, NIO
, NIC
, NGN
, KPW
, NOK
, OMR
, PKR
, XPD
, PAB
, PGK
, PYG
, PEI
, PEN
, PES
, PHP
, XPT
, PLN
, PLZ
, PTE
, GWE
, QAR
, XRE
, RHD
, RON
, ROL
, RUB
, RUR
, RWF
, SVC
, WST
, SAR
, RSD
, CSD
, SCR
, SLL
, XAG
, SGD
, SKK
, SIT
, SBD
, SOS
, ZAR
, ZAL
, KRH
, KRW
, KRO
, SSP
, SUR
, ESP
, ESA
, ESB
, XDR
, LKR
, SHP
, XSU
, SDD
, SDG
, SDP
, SRD
, SRG
, SZL
, SEK
, CHF
, SYP
, STN
, STD
, TVD
, TJR
, TJS
, TZS
, XTS
, THB
, XXX
, TPE
, TOP
, TTD
, TND
, TRY
, TRL
, TMT
, TMM
, USD
, USN
, USS
, UGX
, UGS
, UAH
, UAK
, AED
, UYW
, UYU
, UYP
, UYI
, UZS
, VUV
, VES
, VEB
, VEF
, VND
, VNN
, CHE
, CHW
, XOF
, YDD
, YER
, YUN
, YUD
, YUM
, YUR
, ZWN
, ZRN
, ZRZ
, ZMW
, ZMK
, ZWD
, ZWR
, ZWL
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.exchange_rate
Stringcompany
UUIDinclusive_of_tax
BooleanTrue
if inclusive, False
if exclusive.lines
JournalLine[]JournalLine
object is used to represent a journal entry's line items.id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)account
UUIDnet_amount
Numbertracking_categories
Arraycurrency
EnumXUA
, AFN
, AFA
, ALL
, ALK
, DZD
, ADP
, AOA
, AOK
, AON
, AOR
, ARA
, ARS
, ARM
, ARP
, ARL
, AMD
, AWG
, AUD
, ATS
, AZN
, AZM
, BSD
, BHD
, BDT
, BBD
, BYN
, BYB
, BYR
, BEF
, BEC
, BEL
, BZD
, BMD
, BTN
, BOB
, BOL
, BOV
, BOP
, BAM
, BAD
, BAN
, BWP
, BRC
, BRZ
, BRE
, BRR
, BRN
, BRB
, BRL
, GBP
, BND
, BGL
, BGN
, BGO
, BGM
, BUK
, BIF
, XPF
, KHR
, CAD
, CVE
, KYD
, XAF
, CLE
, CLP
, CLF
, CNX
, CNY
, CNH
, COP
, COU
, KMF
, CDF
, CRC
, HRD
, HRK
, CUC
, CUP
, CYP
, CZK
, CSK
, DKK
, DJF
, DOP
, NLG
, XCD
, DDM
, ECS
, ECV
, EGP
, GQE
, ERN
, EEK
, ETB
, EUR
, XBA
, XEU
, XBB
, XBC
, XBD
, FKP
, FJD
, FIM
, FRF
, XFO
, XFU
, GMD
, GEK
, GEL
, DEM
, GHS
, GHC
, GIP
, XAU
, GRD
, GTQ
, GWP
, GNF
, GNS
, GYD
, HTG
, HNL
, HKD
, HUF
, IMP
, ISK
, ISJ
, INR
, IDR
, IRR
, IQD
, IEP
, ILS
, ILP
, ILR
, ITL
, JMD
, JPY
, JOD
, KZT
, KES
, KWD
, KGS
, LAK
, LVL
, LVR
, LBP
, LSL
, LRD
, LYD
, LTL
, LTT
, LUL
, LUC
, LUF
, MOP
, MKD
, MKN
, MGA
, MGF
, MWK
, MYR
, MVR
, MVP
, MLF
, MTL
, MTP
, MRU
, MRO
, MUR
, MXV
, MXN
, MXP
, MDC
, MDL
, MCF
, MNT
, MAD
, MAF
, MZE
, MZN
, MZM
, MMK
, NAD
, NPR
, ANG
, TWD
, NZD
, NIO
, NIC
, NGN
, KPW
, NOK
, OMR
, PKR
, XPD
, PAB
, PGK
, PYG
, PEI
, PEN
, PES
, PHP
, XPT
, PLN
, PLZ
, PTE
, GWE
, QAR
, XRE
, RHD
, RON
, ROL
, RUB
, RUR
, RWF
, SVC
, WST
, SAR
, RSD
, CSD
, SCR
, SLL
, XAG
, SGD
, SKK
, SIT
, SBD
, SOS
, ZAR
, ZAL
, KRH
, KRW
, KRO
, SSP
, SUR
, ESP
, ESA
, ESB
, XDR
, LKR
, SHP
, XSU
, SDD
, SDG
, SDP
, SRD
, SRG
, SZL
, SEK
, CHF
, SYP
, STN
, STD
, TVD
, TJR
, TJS
, TZS
, XTS
, THB
, XXX
, TPE
, TOP
, TTD
, TND
, TRY
, TRL
, TMT
, TMM
, USD
, USN
, USS
, UGX
, UGS
, UAH
, UAK
, AED
, UYW
, UYU
, UYP
, UYI
, UZS
, VUV
, VES
, VEB
, VEF
, VND
, VNN
, CHE
, CHW
, XOF
, YDD
, YER
, YUN
, YUD
, YUM
, YUR
, ZWN
, ZRN
, ZRZ
, ZMW
, ZMK
, ZWD
, ZWR
, ZWL
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.company
UUIDemployee
UUIDcontact
UUIDtax_rate
UUIDdescription
Stringexchange_rate
Stringremote_was_deleted
Booleanremote_fields
RemoteField[]journal_number
Stringtracking_categories
Arrayremote_was_deleted
Booleanposting_status
EnumUNPOSTED
, POSTED
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.accounting_period
UUIDremote_created_at
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)field_mappings
Objectremote_data
RemoteData[]remote_fields
RemoteField[]https://api.merge.dev/api/accounting/v1/journal-entries
Returns a list of JournalEntry
objects.
company_id
Stringcreated_after
DateTime (ISO 8601)created_before
DateTime (ISO 8601)cursor
Stringexpand
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleaninclude_remote_fields
Booleaninclude_shell_data
Booleanmodified_after
DateTime (ISO 8601)modified_before
DateTime (ISO 8601)page_size
Integerremote_id
Stringtransaction_date_after
DateTime (ISO 8601)transaction_date_before
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numberdescription
stringmemo
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]account
stringnet_amount
numberremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
StringSupported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycompany
stringdescription
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringemployee
stringcontact
stringtax_rate
stringdescription
stringaccounting_period
UUIDapplied_payments
Arraycompany
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanjournal_number
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycontact
stringdescription
stringcurrency
Enumexchange_rate
Stringjournal_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arrayemployee
stringcontact
stringdescription
stringapplied_payments
Arraycurrency
Enumexchange_rate
Stringjournal_number
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numberremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringcontact
stringdescription
stringexchange_rate
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)tracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraytax_rate
stringdescription
stringjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbercompany
stringcontact
stringdescription
stringcompany
UUIDcurrency
Enumexchange_rate
Stringjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/journal-entries
Creates a JournalEntry
object with the given values.
is_debug_mode
Booleanrun_async
Booleanmodel
Objecttransaction_date
DateTime (ISO 8601)payments
ArrayPayment
object IDs.memo
Stringcurrency
EnumXUA
, AFN
, AFA
, ALL
, ALK
, DZD
, ADP
, AOA
, AOK
, AON
, AOR
, ARA
, ARS
, ARM
, ARP
, ARL
, AMD
, AWG
, AUD
, ATS
, AZN
, AZM
, BSD
, BHD
, BDT
, BBD
, BYN
, BYB
, BYR
, BEF
, BEC
, BEL
, BZD
, BMD
, BTN
, BOB
, BOL
, BOV
, BOP
, BAM
, BAD
, BAN
, BWP
, BRC
, BRZ
, BRE
, BRR
, BRN
, BRB
, BRL
, GBP
, BND
, BGL
, BGN
, BGO
, BGM
, BUK
, BIF
, XPF
, KHR
, CAD
, CVE
, KYD
, XAF
, CLE
, CLP
, CLF
, CNX
, CNY
, CNH
, COP
, COU
, KMF
, CDF
, CRC
, HRD
, HRK
, CUC
, CUP
, CYP
, CZK
, CSK
, DKK
, DJF
, DOP
, NLG
, XCD
, DDM
, ECS
, ECV
, EGP
, GQE
, ERN
, EEK
, ETB
, EUR
, XBA
, XEU
, XBB
, XBC
, XBD
, FKP
, FJD
, FIM
, FRF
, XFO
, XFU
, GMD
, GEK
, GEL
, DEM
, GHS
, GHC
, GIP
, XAU
, GRD
, GTQ
, GWP
, GNF
, GNS
, GYD
, HTG
, HNL
, HKD
, HUF
, IMP
, ISK
, ISJ
, INR
, IDR
, IRR
, IQD
, IEP
, ILS
, ILP
, ILR
, ITL
, JMD
, JPY
, JOD
, KZT
, KES
, KWD
, KGS
, LAK
, LVL
, LVR
, LBP
, LSL
, LRD
, LYD
, LTL
, LTT
, LUL
, LUC
, LUF
, MOP
, MKD
, MKN
, MGA
, MGF
, MWK
, MYR
, MVR
, MVP
, MLF
, MTL
, MTP
, MRU
, MRO
, MUR
, MXV
, MXN
, MXP
, MDC
, MDL
, MCF
, MNT
, MAD
, MAF
, MZE
, MZN
, MZM
, MMK
, NAD
, NPR
, ANG
, TWD
, NZD
, NIO
, NIC
, NGN
, KPW
, NOK
, OMR
, PKR
, XPD
, PAB
, PGK
, PYG
, PEI
, PEN
, PES
, PHP
, XPT
, PLN
, PLZ
, PTE
, GWE
, QAR
, XRE
, RHD
, RON
, ROL
, RUB
, RUR
, RWF
, SVC
, WST
, SAR
, RSD
, CSD
, SCR
, SLL
, XAG
, SGD
, SKK
, SIT
, SBD
, SOS
, ZAR
, ZAL
, KRH
, KRW
, KRO
, SSP
, SUR
, ESP
, ESA
, ESB
, XDR
, LKR
, SHP
, XSU
, SDD
, SDG
, SDP
, SRD
, SRG
, SZL
, SEK
, CHF
, SYP
, STN
, STD
, TVD
, TJR
, TJS
, TZS
, XTS
, THB
, XXX
, TPE
, TOP
, TTD
, TND
, TRY
, TRL
, TMT
, TMM
, USD
, USN
, USS
, UGX
, UGS
, UAH
, UAK
, AED
, UYW
, UYU
, UYP
, UYI
, UZS
, VUV
, VES
, VEB
, VEF
, VND
, VNN
, CHE
, CHW
, XOF
, YDD
, YER
, YUN
, YUD
, YUM
, YUR
, ZWN
, ZRN
, ZRZ
, ZMW
, ZMK
, ZWD
, ZWR
, ZWL
.exchange_rate
Stringcompany
UUIDid
field in the CompanyInfo object.tracking_categories
Arrayinclusive_of_tax
BooleanTrue
if inclusive, False
if exclusive.lines
Arrayjournal_number
Stringposting_status
EnumUNPOSTED
, POSTED
.integration_params
Objectlinked_account_params
Objectremote_fields
ArraySupported POST Model Parameters
company
UUIDjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)Supported POST Model Parameters
company
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)tracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
currency
Enumexchange_rate
Stringjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arrayremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
Stringwebhook_payload
ObjectJournalEntryAddRs
StringSupported POST Model Parameters
currency
Enumexchange_rate
Stringjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtransaction_date
DateTime (ISO 8601)Supported POST Model Parameters
company
UUIDjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Additional POST Parameters
currency
Stringintegration_params
Objectjournal_type
Stringremote_fields
Objectremote_field_class
StringSupported POST Model Parameters
inclusive_of_tax
Booleanjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringtransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/journal-entries/{id}
Returns a JournalEntry
object with the given id
.
expand
Stringid
UUIDinclude_remote_data
Booleaninclude_remote_fields
BooleanSupported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numberdescription
stringmemo
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]account
stringnet_amount
numberremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
StringSupported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycompany
stringdescription
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringemployee
stringcontact
stringtax_rate
stringdescription
stringaccounting_period
UUIDapplied_payments
Arraycompany
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanjournal_number
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycontact
stringdescription
stringcurrency
Enumexchange_rate
Stringjournal_number
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arrayemployee
stringcontact
stringdescription
stringapplied_payments
Arraycurrency
Enumexchange_rate
Stringjournal_number
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numberremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraycurrency
stringcontact
stringdescription
stringexchange_rate
stringcompany
UUIDjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)tracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbertracking_categories
arraytax_rate
stringdescription
stringjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
JournalLine[]remote_id
stringaccount
stringnet_amount
numbercompany
stringcontact
stringdescription
stringcompany
UUIDcurrency
Enumexchange_rate
Stringjournal_number
Stringmemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/journal-entries/lines/remote-field-classes
Returns a list of RemoteFieldClass
objects.
cursor
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleaninclude_shell_data
Booleanis_common_model_field
Booleanpage_size
Integerhttps://api.merge.dev/api/accounting/v1/journal-entries/meta/post
Returns metadata for JournalEntry
POSTs.
Supported POST Model Parameters
company
UUIDjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)Supported POST Model Parameters
company
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)tracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
currency
Enumexchange_rate
Stringjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arrayremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
Stringwebhook_payload
ObjectJournalEntryAddRs
StringSupported POST Model Parameters
currency
Enumexchange_rate
Stringjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtransaction_date
DateTime (ISO 8601)Supported POST Model Parameters
company
UUIDjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringremote_updated_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)Additional POST Parameters
currency
Stringintegration_params
Objectjournal_type
Stringremote_fields
Objectremote_field_class
StringSupported POST Model Parameters
inclusive_of_tax
Booleanjournal_number
Stringlines
JournalLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringaccount
stringnet_amount
numbertracking_category
stringtracking_categories
arraycurrency
stringcompany
stringemployee
stringcontact
stringtax_rate
stringdescription
stringexchange_rate
stringremote_was_deleted
booleanremote_fields
arraymemo
Stringposting_status
Enumremote_created_at
DateTime (ISO 8601)remote_id
Stringtransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/journal-entries/remote-field-classes
Returns a list of RemoteFieldClass
objects.
cursor
Stringinclude_deleted_data
Booleaninclude_remote_data
Booleaninclude_shell_data
Booleanis_common_model_field
Booleanpage_size
Integer