How to View/Add Expenses via the API?
How can I view an existing expense (listed under intuit.com/app/expenses) via the API?
How can I add a new expense via the API?
I saw another topic on this post and someone said use 'payments'. However, this simple code below can read an existing payment on an invoice, but it cannot read an existing expense. So how do I work with expenses?
FindbyId('payment', 'insert_transaction_id')
