Click or drag to resize

PartServicesUpdateManufacturer Method

Updates an existing manufacturer definition. If a manufacturer with the specified Id does not exist, a NotFoundException will be thrown.

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void UpdateManufacturer(
	Guid sessionId,
	Manufacturer manufacturer
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
manufacturer
Type: FactoryLogix.xTend.DataObjectsManufacturer
An object representing the manufacturer to be updated. The Id property of the object must be valid.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ManufacturerDoesNotExistsExceptionThrown if the specified manufacturer does not exist in the system.
AlreadyExistsExceptionThrown if the manufacturer name has been changed to a manufacturer that already exists in the system.
See Also