PATCH
/
accounts
/
:id

You can provide one or more of the following fields to update them, any fields not provided will be left unchanged.

Params

id
string

The ID of the account to update.

Request

name
string
required

The name of the account.

aliases
[]string

The list of alternative or external IDs for the account. These can be used to identify the account in place of the Alguna id.

contacts
[]Contact

The contacts associated with the account.

billingAddress
Address
required

The billing address for the account.

currency
string
required

The currency in which the account will be billed. This must be a valid ISO 4217 currency code.

Response

id
string

The Alguna ID of the account.

name
string

The name of the account.

aliases
[]string

The list of alternative or external IDs for the account. These can be used to identify the account in place of the Alguna id.

contacts
[]Contact

The contacts associated with the account.

billingAddress
Address

The billing address for the account.

currency
string

The ISO 4217 currency in which the account is billed.

createdAt
datetime

The date and time at which the account was created.

updatedAt
datetime

The date and time at which the account was last updated.