UpdateAccount

Use this method to update account details.

Limitations

  • Accounts of type 'BANK' cannot be updated.
  • You can only update accounts one at a time (i.e. you'll need to do multiple API calls to update many accounts).
  • You cannot update the status to archived when also updating other values.

Properties

Authentication

Authentication values used to connect to the Xero server.

Account Id

Unique identifier of the account to update.

Account

Account to update.

Output

Account

Account updated.

Xero Developer: Accounts (POST)