Click or drag to resize

ItemServicesUpdateItem Method

Updates an existing Item.

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public Item UpdateItem(
	Guid sessionId,
	Item item
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
item
Type: FactoryLogix.xTend.DataObjectsItem
An Item object representing the new item to be updated.

Return Value

Type: Item
An object of type Item representing the updated item.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the item is invalid.
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThrown if an Item matching the Id property of the item parameter does not exist.
See Also