DeleteCustomer
From
(Difference between revisions)
Latest revision as of 21:43, 21 February 2019
Contents |
[edit] Method
DeleteCustomerResult deleteCustomer(UserIDBean userID, String customerPK, int updateIndex)
[edit] Description
Marks a customer as deleted. This customer can no longer be used to create jobs.
[edit] 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. |