Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Login function is used to log a LAC administrator into LAC using a valid login and password. The response returns a token that must be used to run any other Vendor API functions. The token is valid for 3 hours from successful login.

Return values

On success, the result string contains a token as described above.

On failure, the result string contains an error message. See Return codes for further information on error messages.

...