How do I retrieve a PDF of an invoice in QuickBooks API?

雨燕双飞 提交于 2019-12-31 03:45:46

问题


Using IPP.NET SDK v2.0.1, need to get a PDF version of an invoice as a file, just like it would have been e-mailed to a customer.

I have the Invoice object retrieved from the service already.

How can this be done?


回答1:


Is is not yet supported in QBO V3 API service. This feature should be included in future API releases.

Attachment is not same as what you are looking for. But still, you can have a look if it serves your purpose. https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/attachments

This feature was available in QBO V2( it is deprecated now). https://developer.intuit.com/docs/95_deprecated/qbo_v2/0400_qbo_v2_reference/invoice#Retrieving_an_Invoice_as_PDF

Thanks



来源:https://stackoverflow.com/questions/20942830/how-do-i-retrieve-a-pdf-of-an-invoice-in-quickbooks-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!