deleteCustomer
Deletes a customer from the project based on name. A SOAP error envelope is returned if the operation fails.
Parameters
Parameter | Type | Description |
---|---|---|
cookie | long | Session cookie returned by projectLogon. |
firstName | string | Customer’s first name. |
middleInitials | string | Customer’s middle initials. |
lastName | string | Customer’s last name. |
Return value
Value | Type | Notes |
---|---|---|
result | int | 0 indicates success. Check the return value in case of an error. |
Example
ttsdk.deleteCustomer(cookie, "Firstname", "", "Lastname");