You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: