Adds object tags.
Output / Response
Returns the object ID for the new object tag.
API Call:
long addTag( long parentid, String
name, String properties
)
Parameter | Description |
---|---|
parentid | The object ID of the parent for this object tag. The parent is either an object tag or an object tag group. |
name | The name of the object tag. |
properties | Adds object properties, including user-defined fields. |