Adds new tag values to the dictionary of an existing tag field.
Syntax
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Input (addTagFieldValuesParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle of the company containing the tag field. |
fieldHandle | xsd:string |
Yes | The handle of the tag field to be modified. |
valueArray | xsd:string |
Yes | An array of tag values to add to the field’s existing dictionary. |
Output (addTagFieldValuesParam)
The IPS API does not return a response for this operation.
Request
<addTagFieldValuesParam xmlns="http://www.scene7.com/IpsApi/xsd/2010-01-31">
<companyHandle>c|3</companyHandle>
<fieldHandle>m|3|ASSET|SingleFixedTag</fieldHandle>
<valueArray>
<items>Pineapple</items>
<items>Banana</items>
</valueArray>
</addTagFieldValuesParam>
Response
None.