List Other Income

GET https://api.freshbooks.com/accounting/account/{{accountId}}/other_incomes/other_incomes

List all available other income instances.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"response":{"result":{"other_income":[{"amount":{"amount":"125.00","code":"USD"},"category_name":"online_sales","created_at":"2019-04-19 08:51:14","date":"2019-04-19","incomeid":2122,"note":"Nepalese Hand-sewn Pouch","payment_type":"VISA","source":"Squarespace Site","taxes":[],"updated_at":"2019-04-19 08:58:09","vis_state":0},{"amount":{"amount":"1300.00","code":"USD"},"category_name":"online_sales","created_at":"2019-04-18 09:40:34","date":"2019-04-18","incomeid":1872,"note":null,"payment_type":null,"source":"Shopify","taxes":[{"amount":"140","name":"HST"}],"updated_at":"2019-04-18 09:40:34","vis_state":0}],"page":1,"pages":1,"per_page":15,"total":2}}}