Reference → Demand Management Web Service → CreateWorkItem
This method creates an item under the item identified by parentId. The integer value returned is the ID of the newly created item. The parameters for the CreateWorkItem method are:
Parameter | Datatype | Description |
---|---|---|
token | string | The token returned by the Connect method. |
name | string | The name for the item to create. |
parentId | integer | The ID of the item where the item should be created. |
fields | attribute[] | The key/value pairs of the attributes associated with the new item. |
Copyright © 2003–2011 Serena Software, Inc. All rights reserved.