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
One was marked as completed and the other points to QBO API documents. The actual source of this gem leads me to believe that it's not actually possible to add sparse: true to a batch update operation since:
batch#make_request doesn't accept a sparse option (link)
Underlying models/entities that get passed to make_request can not be built with sparse: true as per QBO docs.
Is there a way around this?
The text was updated successfully, but these errors were encountered:
There are two issues related to this:
One was marked as completed and the other points to QBO API documents. The actual source of this gem leads me to believe that it's not actually possible to add
sparse: true
to a batch update operation since:batch#make_request
doesn't accept asparse
option (link)make_request
can not be built withsparse: true
as per QBO docs.Is there a way around this?
The text was updated successfully, but these errors were encountered: