AccountService.updateCustomAttributesForAccount Method

Updates the custom attributes for the specified account.
 

Parameters

accountId

Type: string
The ID of the account.
customAttributes

Type: array
The list of custom attributes for the account. It has to contain all of the custom attributes associated with the account.

Return Value


Type: jQuery.Promise
Value: dundas.account.Account
A promise object that is resolved when the call is complete. If successful, the updated dundas.account.Account is returned.