Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VoidOperationNotSupportedOnEntity - BillPayment #261

Open
rajendradewani opened this issue Oct 4, 2022 · 2 comments
Open

VoidOperationNotSupportedOnEntity - BillPayment #261

rajendradewani opened this issue Oct 4, 2022 · 2 comments

Comments

@rajendradewani
Copy link

IPP v3 API now supports Void BillPayment

Void a billpayment
Use a sparse update operation with include=void to void an existing BillPayment object; include a minimum of BillPayment.Id and BillPayment.SyncToken. The transaction remains active but all amounts and quantities are zeroed, all lines are cleared, and the string, Voided, is injected into BillPayment.PrivateNote, prepended to existing text if present.

https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/billpayment#void-a-billpayment

@idsdavidgutierrez
Copy link

Support for this would be great.

@idsdavidgutierrez
Copy link

I added a PR: #319
Hopefully it's useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants