logout
Some tooltip text!
• 1 minute to read
• 1 minute to read
Description
This method is used to log out a customer, and thus making the session key invalid for further use. You should always log out a customer when you have finished a session.
In parameters
| Parameter | Description |
|---|---|
| sessionKey | A valid session key |
Out parameters
| Parameter | Description |
|---|---|
| errorCode | See list of codes |
Example
customer.customerService custService = new customer.customerService();
string ret = custService.logout(sessionKey);