The Expense
object is used to represent a direct purchase by a business, typically made with a check, credit card, or cash. Each Expense
object is dedicated to a grouping of expenses, with each expense recorded in the lines object.
The Expense
object is used also used to represent refunds to direct purchases. Refunds can be distinguished from purchases by the amount sign of the records. Expense objects with a negative amount are purchases and Expense
objects with a positive amount are refunds to those purchases.
id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)transaction_date
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)account
UUIDcontact
UUIDtotal_amount
Numbersub_total
Numbertotal_tax_amount
Numbercurrency
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
Stringinclusive_of_tax
BooleanTrue
if inclusive, False
if exclusive.company
UUIDemployee
UUIDmemo
Stringlines
ExpenseLine[]ExpenseLine
object is used to represent an expense's line items.id
UUIDremote_id
Stringcreated_at
DateTime (ISO 8601)modified_at
DateTime (ISO 8601)item
UUIDnet_amount
Numbertracking_categories
Arraycompany
UUIDemployee
UUIDcurrency
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.account
UUIDcontact
UUIDdescription
Stringexchange_rate
Stringtax_rate
UUIDremote_was_deleted
Booleantracking_categories
Arrayremote_was_deleted
Booleanaccounting_period
UUIDfield_mappings
Objectremote_data
RemoteData[]remote_fields
RemoteField[]https://api.merge.dev/api/accounting/v1/expenses
Returns a list of Expense
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
account
UUIDcurrency
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringtax_rate
stringaccount
UUIDaccounting_period
UUIDcompany
UUIDcontact
UUIDcurrency
Enumemployee
UUIDexchange_rate
Stringinclusive_of_tax
Booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringaccount
UUIDcontact
UUIDcurrency
Enumemployee
UUIDexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringaccount
UUIDcompany
UUIDcurrency
Enumexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringtax_rate
stringaccount
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanmemo
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringnet_amount
numberaccount
stringdescription
stringaccount
UUIDcompany
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/expenses
Creates an Expense
object with the given values.
is_debug_mode
Booleanrun_async
Booleanmodel
Objecttransaction_date
DateTime (ISO 8601)account
UUIDid
field in the Account object.contact
UUIDid
field in the Contact object.total_amount
Numbersub_total
Numbertotal_tax_amount
Numbercurrency
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
Stringinclusive_of_tax
BooleanTrue
if inclusive, False
if exclusive.company
UUIDid
field in the CompanyInfo object.employee
UUIDid
field in the Employee object.memo
Stringlines
Arraytracking_categories
Arrayaccounting_period
UUIDid
field in the AccountingPeriod object.integration_params
Objectlinked_account_params
Objectremote_fields
ArraySupported POST Model Parameters
account
UUIDcompany
UUIDcontact
UUIDcurrency
Enummemo
Stringremote_id
Stringtotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)Additional POST Parameters
integration_params
Objectaccount_remote_id
Stringcategory_remote_id
Stringstaff_remote_id
Stringlines
Objectremote_fields
Stringremote_fields
Objectremote_field_class
Stringtracking_categories
StringSupported POST Model Parameters
account
UUIDaccounting_period
UUIDcompany
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
account
UUIDcontact
UUIDcurrency
Enumlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
integration_params
ObjectPaymentType
StringSupported POST Model Parameters
account
UUIDcompany
UUIDcurrency
Enumexchange_rate
Stringlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
account
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/expenses/{id}
Returns an Expense
object with the given id
.
expand
Stringid
UUIDinclude_remote_data
Booleaninclude_remote_fields
BooleanSupported Response Fields
account
UUIDcurrency
Enumremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringtax_rate
stringaccount
UUIDaccounting_period
UUIDcompany
UUIDcontact
UUIDcurrency
Enumemployee
UUIDexchange_rate
Stringinclusive_of_tax
Booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringaccount
UUIDcontact
UUIDcurrency
Enumemployee
UUIDexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringaccount
UUIDcompany
UUIDcurrency
Enumexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringitem
stringnet_amount
numbertracking_categories
arrayaccount
stringdescription
stringtax_rate
stringaccount
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanmemo
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)Supported Response Fields
lines
ExpenseLine[]remote_id
stringnet_amount
numberaccount
stringdescription
stringaccount
UUIDcompany
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringmemo
Stringremote_created_at
DateTime (ISO 8601)remote_data
RemoteData[]path
stringdata
stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/expenses/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/expenses/meta/post
Returns metadata for Expense
POSTs.
Supported POST Model Parameters
account
UUIDcompany
UUIDcontact
UUIDcurrency
Enummemo
Stringremote_id
Stringtotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)Additional POST Parameters
integration_params
Objectaccount_remote_id
Stringcategory_remote_id
Stringstaff_remote_id
Stringlines
Objectremote_fields
Stringremote_fields
Objectremote_field_class
Stringtracking_categories
StringSupported POST Model Parameters
account
UUIDaccounting_period
UUIDcompany
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtotal_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
account
UUIDcontact
UUIDcurrency
Enumlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertracking_categories
Arraytransaction_date
DateTime (ISO 8601)Additional POST Parameters
integration_params
ObjectPaymentType
StringSupported POST Model Parameters
account
UUIDcompany
UUIDcurrency
Enumexchange_rate
Stringlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_created_at
DateTime (ISO 8601)remote_id
Stringtotal_amount
Numbertransaction_date
DateTime (ISO 8601)Additional POST Parameters
remote_fields
Objectremote_field_class
StringSupported POST Model Parameters
account
UUIDcontact
UUIDcurrency
Enumexchange_rate
Stringinclusive_of_tax
Booleanlines
ExpenseLine[]id
stringremote_id
stringcreated_at
stringmodified_at
stringitem
stringnet_amount
numbertracking_category
stringtracking_categories
arraycompany
stringemployee
stringcurrency
stringaccount
stringcontact
stringdescription
stringexchange_rate
stringtax_rate
stringremote_was_deleted
booleanmemo
Stringremote_id
Stringsub_total
Numbertotal_amount
Numbertotal_tax_amount
Numbertransaction_date
DateTime (ISO 8601)https://api.merge.dev/api/accounting/v1/expenses/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