XeroAPI.Net icon indicating copy to clipboard operation
XeroAPI.Net copied to clipboard

(previous SDK version - no longer supported)

Results 23 XeroAPI.Net issues
Sort by recently updated
recently updated
newest added

I am trying to add TrackingCategory value to invoice line and I receive an error "Object reference not set to an instance of an object). ` LineItem li = new...

Adding 4DP support to the library as requested [here].(https://community.xero.com/developer/discussion/5494773)

When searching contact by repo.Contacts.Where(x => x.Name == contactTemp.Name).FirstOrDefault(); sometimes returns null. Is it a timeout issue or something else?

Headers for Content-Type or Content-Length may not be present when the server is responding with no content body. The Xero servers do not do this, but other servers may (and...

Exception: The MemberExpression.Expression property is null When using lambda, repo.FindAll().Where(a => a.Code == "200");

When trying to add an attachment to a Banktransaction I get the error: > Error 30 The type 'XeroApi.Model.BankTransaction' cannot be used as type parameter 'TModel' in the generic type...

Hi there, It has been a tough task to find out where to ask this question. I presume that this channel would be the right address. I would like to...

Anyone have idea about creating partner application in xero .Please share

I just noticed that Xero have produced a "skinny wrapper" for the Xero API and the XeroAPI.Net wrapper is no longer supported by Xero. REF: http://developer.xero.com/code-samples/libraries/using-the-xero-api-with-c/ I thought I'd raise...

How to call AgedReceivablesByContact report from library? repo.Reports.ListAllPublishedReports returns null