XeroAPI.Net
XeroAPI.Net copied to clipboard
(previous SDK version - no longer supported)
Mentioned on issue #35
--Core Fixed Invoice Model Fixed Contact Model --Payroll Fixed RateType Enum Fixed Timesheet Model Fixed TimesheetLine Model --General Merged AttachmentRepository changes from master Added support for Paging (Skip does both...
I created a project for using XeroAPI.Net with Xamarin on iOS. One small change I needed to do was disable accessing the Windows Registry with a compilation symbol. The MimeTypes...
Looks like the Test projects need to be updated for the change to Credit Note Allocations. Not sure how to fix myself. See errors I am getting: Error 2 Class...
EarningsRateCalculation is always de-serialized as USEEARNINGSRATE regardless of value returned via the API
2.23 introduced the ability to allocate credit notes to invoices - http://developer.xero.com/v2-release-notes/. This is not yet surfaced through the API. I plan on picking this up in the next 2-3...
Dim ListOfExistingInvoices_Typed As New List(Of Invoice) inv As New Invoice inv.InvoiceID = New Guid("fcbfd7b5-9d45-4e0a-8156-d7acc6462767") inv2 As New Invoice inv2.InvoiceID = New Guid("9f7b0d52-7096-4101-9a64-ead1ac536306") ListOfExistingInvoices_Typed.Add(inv) ListOfExistingInvoices_Typed.Add(inv2) ``` For Each arInvoice As Invoice...
Instead of declaring string properties that are string constants like this: ``` var invoice = new Invoice { Type = "ACCREC", Status = "DRAFT", Contact = contact ... } ```...
As per API documentation, Employee should have the following TaxDeclaration property: public TaxDeclaration TaxDeclaration { get; set; }
SuperannuationCalculation enumeration should have a STATUTORY value