mcohen01 / node-quickbooks

nodejs client for Intuit's Quickbooks API
332 stars 235 forks source link

Cannot create a Expense Account. #229

Closed bibi911110 closed 5 months ago

bibi911110 commented 5 months ago

Hi, I am developing an accounting system using this module. But I cannot create an account that accountType is expense. I have tried on API explorer like this.

image

It's working but I have got below error using this node-quickbooks module.

image

This is my code and same as data using on API explorer.

image

I want to know what is reason. Thanks.

bibi911110 commented 5 months ago

If I remove the AccountSubType, then it's working but the account sub type of new created account is not what I want.

bibi911110 commented 5 months ago

I found, I think the reason is difference of minor version between api explorer and using module. Thanks