Modify an account
Edits the name, description or colour of the account with the given account number. Changes apply to the account in every open fiscal year.
Other properties of an account, such as its number, type or currency, cannot be changed.
Editing an account
The name, description and colour of an account can be changed. Only the fields you provide are changed; to remove a description or colour, set it tonull:
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The account number of the account
1000 <= x <= 9999Body
Provide the changes to save to the account in the request body. Any fields that are not provided are left unchanged.
The new name of the account.
1 - 100The new description of the account. Set to null to remove the description.
500The new hex colour code of the account. Set to null to remove the colour.
^#[0-9a-fA-F]{6}$Response
Changes saved successfully.
An account of the chart of accounts. Accounts are identified by their account number.