Expenses
Returns all expenses.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| Url | String | ||
| User | String | ||
| Type | String | ||
| Category | String | ||
| ContactName | String | ||
| ProjectName | String | ||
| DatedOn | Date | ||
| Currency | String | ||
| GrossValue | Double | ||
| NativeGrossValue | Double | ||
| SalesTaxRate | Double | ||
| SalesTaxValue | Double | ||
| NativeSalesTaxValue | Double | ||
| SecondSalesTaxRate | Double | ||
| ManualSalesTaxAmount | Double | ||
| SalesTaxStatus | String | ||
| SecondSalesTaxStatus | String | ||
| EcStatus | String | ||
| Description | String | ||
| ReceiptReference | String | ||
| Project | String | ||
| RebillType | String | ||
| RebillFactor | String | ||
| RebillToProject | String | ||
| RebilledOnInvoice | String | ||
| Recurring | String | ||
| NextRecursOn | Date | ||
| RecurringEndDate | Date | ||
| Attachment | String | ||
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime |