Method SetUserConfigData
SetUserConfigData(String, String, String)
Set config data for current user
Declaration
void SetUserConfigData(string connectionId, string configId, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | configId | The configuration id |
System.String | value | The value to set |
Examples
POST http://YourServerName/InfoShare/Json/Common/SetUserConfigData
Example for set config data for current user.{
"connectionId": "e08482f2-eb69-4693-b2c1-cdc87f641ec2"
"configId": "9762c061-b7cf-e911-a939-00155d290a08",
"value": "test"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |
ServiceException | Method does not allow setting user configuration data for configId {configId} (10155) |