| 
            
              IItemAddNewItems Method
             | 
          
        
        
 Adds new Items.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<Item> AddNewItems(
	List<Item> items
)
Function AddNewItems ( 
	items As List(Of Item)
) As List(Of Item)
Parameters
- items  ListItem
 - List of Item objects.
   
Mandatory data members:
   
- Either CaseGUID or CaseNumber. Identifies the case where item is added to.
 - Either ProductGUID or ProductCode, or UnitCost and UnitPrice. If GUID or code is given, information from product is used. Otherwise unit price and unit cost are required.
 - Quantity.
 - If UserGUID is given then TaskGUID is needed also. Item will be visible on work hour entry page, and needs to be associated with a phase.
 
 
Return Value
ListItemList of Item objects.
Exceptions
See Also