- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
Change the class of a item from Integromat
Hi all,
Im currently working on a project using Quickbooks and Integromat, the thing I want to do is :
From the Quickbooks module of Integromat, i want to create a item and give it a class, or update the class of a existing item. BUT: on the "Create a Item" and "Update a Item" Quickbooks modules of Integromat, there is no field to choose the class you want the item to be linked to.
The only solution i found is to create the item without giving it a class, and using the "Make a API call" Quickbooks module to make a "full update a item" where i can use the "ClassRef" to give the item a class. Doing so I get an error with the Taxcode: the TaxeCodeID and the TaxeCodeName do not match, even if they are supposed to match and so i dont know why i have this error.
Here is the part of the API call about TaxeCode :
"TaxClassificationRef": {
"value": "9",
"name": "20 % TVA FR"
},
And I confirm than the id 9 and the name "20 % TVA FR" match and are correct, so i dont understand why it doesn't match.
My question is : From Integromat do we have a method to simply create a item and give it a class in the same time, or update it for give it a class (because the class is the only thing i want to change on the item, nothing else), or if its only possible with the "full update a item" method, how can i resolve this error of Tax code matching ?
Thanks in advance everyone !