XeroAPI.Net
XeroAPI.Net copied to clipboard
(previous SDK version - no longer supported)
So I'm trying to do next: ``` c# repository.Contacts .Where(c => c.ContactNumber == "Foo" || c.Name == "Bar") .ToList(); ``` and when I check results I see that only one...
We'd like to save ourselves a request to the server and ensure that our data is valid before trying to upload it. We're happy to contribute our changes back to...
relates to this discussion, but Ill raise it here then add some validation in the wrapper. https://community.xero.com/developer/discussion/56611/ If you supply an If-Modified-Since header that is smaller than 01/01/1753 (the min...