Expense Details
GET https://api.freshbooks.com/accounting/account/{{accountId}}/reports/accounting/expense_details
Request Params
Key | Datatype | Required | Description |
---|
start_date | string | | created during or after the given date i.e. 2019-01-01 |
end_date | string | | created during or before the given date i.e. 2019-05-01 |
currency_code | string | | reports using the given currency as primary currency i.e. "USD" |
group_by | string | | Data returned is organized by the given argument. i.e. |
"parent_category" , "clients" , "vendor" , "author" | | | |
exclude_personal | number | | true returns data without personal expenses included i.e. 0 , 1 |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |