Introduction
Methods and Arguments
Overview
Customers
GetCustomer
GetCustomerById
GetCustomerByEmail
GetCustomers
InsertCustomer
UpdateCustomer
GetCustomerSources
Invoices
GetInvoice
GetInvoicesByDateRange
GetInvoicesForCustomer
InsertInvoice
UpdateInvoice
EmailInvoice
PrintInvoice
GetPaypalLink
Invoice Payments
GetInvoicePayment
GetInvPayMethods
InsertInvoicePayment
DeleteInvoicePayment
Suppliers
GetSupplier
GetSupplierById
InsertSupplier
Bank
GetBankAccounts
GetBankTXTypes
InsertBankTransaction
Reports
GetBalanceSheet
GetDigitaCSVFile
GetMonthlyProfitAndLoss
GetNominalLedger
GetProfitAndLoss
GetTrialBalance
GetVATReport
Supplementary Functions
GetProducts
GetNominalCodes
isUserVATRegistered
Classes
BalanceSheet
BankAccount
BankTransaction
BankTXType
BasicDataset
Customer
Invoice
InvoiceLine
MonthlyPL
NominalCode
Payment
PaymentMethod
Product
ProfitAndLoss
Supplier
TransactionInformation
VATReport
Manual - Methods - GetVATReport
This method returns the figures for a VAT return for the specified period.
| IN | StartDate DateTime |
The start date for the report |
| IN | EndDate DateTime |
The end date for the report |
| RETURNS | VATReport | An object of type VATReport |