POST /Account/UpdateCustomAttributesForAccount/{id}/

Updates the custom attributes for the specified account.
 

Request

Method Request URI
POST /API/Account/UpdateCustomAttributesForAccount/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The account ID to be updated.

Request Body

Name: customAttributes
Type: System.Collections.Generic.IList`1[Dundas.BI.WebApi.Models.CustomAttributeData]

Response

Response Body

A status code indication of success or reason of failure.