You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
In theory it should be decently straight-forward to implement. Intuit requires that some fields are not set / provided for an Update. If you look at Windows::Customer#update you'll see this in action - some fields have to be niled out.
What I would do is:
Take the skeleton from Windows::Customer#update and implement it in Invoice
Attempt to perform the update in a Console - you'll get some errors. Probably along the lines of needing to nil out certain fields. Fix the errors and repeat until it works.
Not pretty, but its the iterative process I had to do for the Customer#update.
During development its very helpful to be running an HTTP proxy so you can capture all of the traffic - helpful to grab the XML to implement in the spec as well. I use Charles Proxy:
It looks like the update functionality is just missing - is that right?
Would it be a lot of effort to add it?
The text was updated successfully, but these errors were encountered: