Severa API documentation
Severa API documentation
Severa
Severa.API
IItem Interface
IItem Methods
AddNewExpenseToProductByPoNumber Method
AddNewItem Method
AddNewItems Method
DeleteItem Method
GetItemByGUID Method
GetItemByPurchaseOrderNumber Method
GetItemsByCaseGUID Method
GetItemsByInsertDate Method
GetItemsChangedSince Method
GetReimbursedItemByGUID Method
GetReimbursedItemsChangedSince Method
GetTravelExpensesByDate Method
IItem
Delete
Item Method
Deletes an Item.
Namespace:
Severa.API
Assembly:
Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax
C#
VB
Copy
bool
DeleteItem
(
string
itemGUID
)
Function
DeleteItem
(
itemGUID
As
String
)
As
Boolean
Parameters
itemGUID
String
Item GUID, identifies the item to be deleted.
Return Value
Boolean
True if item was successfully deleted, otherwise false.
Exceptions
Exception
Condition
NotFoundException
Item could not be found.
AuthenticationFailureException
The caller could not be authenticated.
GeneralFailureException
Any other fault.
See Also
Reference
IItem Interface
Severa.API Namespace