PartServicesDeleteCustomer Method |
Deletes a customer definition from the system.
If the customer specified has relationships to other data items (such as part definitions), it may not be deleted.
If a customer with the specified name already exists, a
AlreadyExistsException 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 DeleteCustomer(
Guid sessionId,
string customerName
)
Public Sub DeleteCustomer (
sessionId As Guid,
customerName As String
)
public:
virtual void DeleteCustomer(
Guid sessionId,
String^ customerName
) sealed
abstract DeleteCustomer :
sessionId : Guid *
customerName : string -> unit
override DeleteCustomer :
sessionId : Guid *
customerName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - customerName
- Type: SystemString
The name of the customer to be deleted.
Exceptions See Also