HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In


This method can be replaced by the .NET replacement method [setAttributesInBatchFlat](🔗).

**Type**: void

**Parameters**

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
recipientIdsString[ ]IDs of the recipients
attributeNamesString[ ][ ]Field names of the fields (e.g., firstname, lastname etc.) that are to be updated
attributeValuesString[ ][ ]New values for the attributes/fields defined with **attributeNames**<br><br>Each entry must be formatted according to the [formatting rules](🔗).

**Return values**

** **-

**Code structure**