PartServicesUpdateVendor Method |
Updates an existing vendor definition.
If a vendor 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.245.0.0 (8.245.0.0)
Syntax public void UpdateVendor(
Guid sessionId,
Vendor vendor
)
Public Sub UpdateVendor (
sessionId As Guid,
vendor As Vendor
)
public:
virtual void UpdateVendor(
Guid sessionId,
Vendor^ vendor
) sealed
abstract UpdateVendor :
sessionId : Guid *
vendor : Vendor -> unit
override UpdateVendor :
sessionId : Guid *
vendor : Vendor -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - vendor
- Type: FactoryLogix.xTend.DataObjectsVendor
An object representing the vendor to be updated. The Id property of the object must be valid.
Exceptions See Also