QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

Update Method

Updates the account in QuickBooks.

Syntax

public void Update();
Public Sub Update()

Remarks

This method will account the bill in QuickBooks.

When the method is called, an Update request will be submitted to QuickBooks. The account will have its information updated based on the various property values.

If QuickBooks is able to update the object, it will return a copy of the object, and the values of all properties will be reset from the QuickBooks response. The QBResponseAggregate property will also be set to the entire QBXML aggregate received from QuickBooks.

QBXMLVersion must be set to "6.0" or greater to update an account. Moreover, QBXMLVersion should be set to the same value when retrieving the account from QuickBooks (either through ObjSearch or through the Get method).

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 .NET Edition - Version 20.0 [Build 7941]