-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
There are two issues related to this:
- Sparse update and inactivate name list entities with batch operation #152
- Sparse updates in batch #384
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_requestdoesn't accept asparseoption (link)- Underlying models/entities that get passed to
make_requestcan not be built withsparse: trueas per QBO docs.
Is there a way around this?
Metadata
Metadata
Assignees
Labels
No labels