Planner Web Services API → Item Management → Item Management Types → ItemAttribute
The ItemAttribute type represents a key/value pair that defines an attribute on an item. This type is used as a parameter for the CreateItem, CreateWorkItem, UpdateItem, UpdateWorkItem methods. It is used as a member of the Item and WorkItem types. The parameters for the ItemAttribute method are:
Parameter | Datatype | Description |
---|---|---|
key | string | The XML system name corresponding to the attribute. |
value | string | The value of the attribute |