Invoices
Gets the latest invoices for a company
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| CompanyId | String |
Companies.Id | |
| InvoiceNumber | String | ||
| CustomerId | String |
Customers.Id | |
| CustomerCompanyName | String | ||
| IssueDate | Datetime | ||
| DueDate | Datetime | ||
| ModifiedDate | Datetime | ||
| SourceModifiedDate | Datetime | ||
| PaidOnDate | Datetime | ||
| Currency | String | ||
| CurrencyRate | Double | ||
| LineItems | String | ||
| PaymentAllocations | String | ||
| TotalDiscount | Double | ||
| SubTotal | Double | ||
| TotalTaxAmount | Double | ||
| TotalAmount | Double | ||
| AmountDue | Double | ||
| DiscountPercentage | Double | ||
| Status | String |