• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

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);
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top