POST /Account/UserData/{id}/

Writes user data in the account.
 

Request

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

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the account to have the user data modified.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.WriteUserDataOptions

Response

Response Body

The status code indication of success or reason of failure.