quickbooks-ruby icon indicating copy to clipboard operation
quickbooks-ruby copied to clipboard

InvoiceLink not available in invoice model in QB.

Open palpandiR opened this issue 6 years ago • 1 comments

Once the invoice record created in Quick books, then i have sent the email to customer from my web application. Cleint asked me regarding the pay link url. but currently there is not avalible in QB. I have refed the Quickbook docuemrntation. there is option called InvoiceLink(read only) in invoice model. (This feature is available now with minor version 37. https://developer.intuit.com/app/developer/qbo/docs/develop/release-notes/quickbooks-api-release-notes#quickbooks-online-v1904).

palpandiR avatar Jul 31 '19 07:07 palpandiR

Currently there appears to be no way to pass the include=invoiceLink parameter in the request where invoices are fetched. This goes deeper than the invoice model so a general suggestion to resolve this issue would be to include the capability to pass query parameters through the "find_by" or "fetch..." methods. Looks like a PR is pending for this:

#592

For the maintainers, is there anything we can help with to test and resolve the PR?

vanboom avatar Jan 19 '23 14:01 vanboom