DeleteCustomer
From EconzExternal
Contents |
Method
DeleteCustomerResult deleteCustomer(UserIDBean userID, String customerPK, int updateIndex)
Description
Marks an EService customer as deleted. This customer can no longer be used to create jobs.
Parameters
| Type | Name | Description |
|---|---|---|
| UserIDBean | userID | The admin username and password. |
| String | customerPK | The primary key of the customer to delete. |
| int | updateIndex | The update index of the record to be deleted. |
