Weble / ZohoBooksApi

40 stars 42 forks source link

Bulk export Invoices not working #98

Closed cmate5614530 closed 1 year ago

cmate5614530 commented 1 year ago

I am trying to export invoices, but exportPdfList() not working. image

Skullbock commented 1 year ago

Fixed in 5.4.7

cmate5614530 commented 1 year ago

OK. I updated to 5.4.7 and the error fixed. But instead this error happens. image I think it still makes wrong call different from zoho books api document.

Skullbock commented 1 year ago

That's an api requirement. You need to pass a list of invoice ids you want to download as the first parameter of the method

Il giorno mer 14 dic 2022 alle ore 18:11 cmate5614530 < @.***> ha scritto:

OK. I updated to 5.4.7 and the error fixed. But instead this error happens. [image: image] https://user-images.githubusercontent.com/72118345/207661566-998b5ddd-de8d-471c-a023-675a5730d5b0.png I think it still makes wrong call different from zoho books api document.

— Reply to this email directly, view it on GitHub https://github.com/Weble/ZohoBooksApi/issues/98#issuecomment-1351789817, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAINRUZA764V6EVWHCBETTLWNH5T3ANCNFSM6AAAAAAS5RFG44 . You are receiving this because you modified the open/close state.Message ID: @.***>

-- Daniele Rosario CTO

Weble.it http://weble.it/ Via Enrico Fermi 265 36100 Vicenza +39 0444 130094 <+390444130094> +39 328 3017134 <+393283017134>

cmate5614530 commented 1 year ago

image image

cmate5614530 commented 1 year ago

I already checked the ids

cmate5614530 commented 1 year ago

Could you check it with real data on your side?

Skullbock commented 1 year ago

Fixed. release 5.4.8

Daniele

Il giorno mer 14 dic 2022 alle ore 18:22 cmate5614530 < @.***> ha scritto:

Could you check it with real data on your side?

— Reply to this email directly, view it on GitHub https://github.com/Weble/ZohoBooksApi/issues/98#issuecomment-1351814013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAINRU557CIVHRSFAXUVXCLWNH66RANCNFSM6AAAAAAS5RFG44 . You are receiving this because you modified the open/close state.Message ID: @.***>

-- Daniele Rosario CTO

Weble.it http://weble.it/ Via Enrico Fermi 265 36100 Vicenza +39 0444 130094 <+390444130094> +39 328 3017134 <+393283017134>

cmate5614530 commented 1 year ago

Now it works. :) great! Thank you.