Click or drag to resize
Infosoft Logo

IUserServiceContractUserDynamicAttributeUpdate Method

This operation updates an existing user/dynamic attribute connection with a new value.

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  UserDynamicAttributeUpdateRequest
A message request object, containing a WSUserDynamicAttribute object. That object must in turn contain a valid user object, a valid dynamic attribute object, and a new AttributeValue. The dynamic attribute object must have a valid DynamicAttribute_Id value, but the other fields on the object will be ignored.

Return Value

UserDynamicAttributeUpdateResponse
A message response object, containing the updated user/dynamic attribute connection object.
See Also