Versions Compared

Key

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

Structs:

vtLoginInfo4

Field
Data Type
Required
Documentation
ApplicationIDAnsiStringYesApplicationID provided by InstallerNet
UsernameAnsiStringYesUsername provided by InstallerNet
PasswordAnsiStringYesPassword provided by InstallerNet
ApplicationVersionAnsiStringNoClient Application Version
IPAddressAnsiStringNoClient IP Address
HTTPReferrerAnsiStringNoClient HTTP Referrer


vtLoginResult17

Field
Data Type
Documentation
SessionIdAnsiStringSessionId to pass into service methods for the current client session
CompanyIdIntegerYour CompanyId/RetailerId to pass into service methods
LoginDateTimeDateTimeTimestamp of session creation

Methods:

Login23

Parameters:

Flag
Name
Type
Description
InLoginRequestvtLoginInfo4

 

OutLoginResultvtLoginResult17 

Return Value:

Flag
Name
Type
ResultResultBoolean

C# Syntax:

public Boolean vtUserServices.Login23(vtLoginInfo4 LoginRequest , out vtLoginResult17 LoginResult);

vtUserServices.Logoff