Sets tag dictionary values for an existing tag field.
Syntax
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Input
Name | Type | Required | Description |
---|---|---|---|
* companyHandle* |
xsd:string |
Yes | Company handle. |
* fieldHandle* |
xsd:string |
Yes | Tag field handle. |
* valueArray* |
types:StringArray |
Yes | An array of tag values that replace the field’s existing dictionary. Asset associations are maintained when a new value matches an existing value. |
Output (setTagFieldValuesReturn)
The IPS API does not return a response for this operation.
Request
<setTagFieldValuesParam xmlns="http://www.scene7.com/IpsApi/xsd/2010-01-31">
<companyHandle>c|3</companyHandle>
<fieldHandle>m|3|ASSET|SingleFixedTag</fieldHandle>
<valueArray>
<items>Nurth</items>
<items>Suth</items>
<items>East</items>
<items>West</items>
<items>Pineapple</items>
<items>Banana</items>
</valueArray>
</setTagFieldValuesParam>
Response
None.