PUT /CustomAttributes/{id}/

Update a custom attribute, as well as the associated token.
 

Request

Method Request URI
PUT /API/CustomAttributes/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the account to be updated.

Request Body

Name: customAttributeInfoData
Type: Dundas.BI.WebApi.Models.CustomAttributeInfoData

Response

Response Body

A Dundas.BI.AccountServices.CustomAttributeInfo object, or a status code indicating the problem.