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